- Analysis
- Categories
- Logs
- Crawler.stats
-
project event_scrapers spider levitt_pavilion job 7fef4790695911f19f360050565fa5d9 first_log_time 2026-06-16 10:00:59 latest_log_time 2026-06-16 10:01:36 runtime 0:00:37 crawled_pages 501 scraped_items 48 shutdown_reason N/A finish_reason finished log_critical_count 0 log_error_count 4 log_warning_count 53 log_redirect_count 0 log_retry_count 0 log_ignore_count 0 latest_crawl latest_scrape latest_log current_time latest_item {'event_url': 'https://levittpavilion.com/2026/06/06/residual-groove/', 'platform': 'Levitt Pavilion', 'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d', 'raw_body': '<div class="txt-wrap">\n' '\t\t\t\t\t\t\t\t\t<h2> \n' '\t\t\t\t\t\t\t\t\t\tResidual Groove<br><span ' 'class="subtitle"></span>\n' '\t\t\t\t\t\t\t\t\t</h2>\n' '\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Friday, July 31 | ' '7:30PM SHOW / 6:30PM DOORS <br>\n' '\n' '<br>\n' '<br>\n' 'Free tickets may be reserved in advance via Reserve button ' 'below. <br><br>\n' '<i>Reminders: Free tickets are also issued via the Box Office ' 'which opens 2-hours before show time on show days (based on ' 'available supplies, first-come basis). If all available ' 'public-facing free tickets are distributed in advance, season ' 'members receive priority access to a limited supply of free ' 'tickets (this "member reserve" of free tickets is based on ' 'limited supplies, while supplies last). </i>\n' '<br><br>\n' '<a href="https://ci.ovationtix.com/34174/store/packages">Support ' 'free access to the arts! Get your Season Membership today! ' 'Members enjoy access to a member reserve of free tickets (based ' 'on limited supplies) to select free shows throughout the Season ' '*plus* enjoy exclusive member discounts on paid-ticket shows ' 'throughout the Season!*</a>\n' '\n' '<br>\n' '<br>\n' 'Residual Groove is a five-piece indie-jam band from Southern ' 'Connecticut that has quickly carved out a rising presence on the ' 'modern jam landscape through fearless creativity and locked-in ' 'musical chemistry. Blending psychedelic funk rock and thoughtful ' 'indie-reminiscent songwriting, the band thrives at the ' 'intersection of structure and spontaneity, where carefully ' 'crafted songs open into expansive, playful jams and seamless, ' 'improv-driven segues.\n' 'Formed just four years ago, Residual Groove is anchored by ' 'brothers Previn Edwards (guitar, vocals) and Kiran Edwards ' '(keyboards, vocals), whose collaborative chemistry shapes the ' 'band’s melodic and harmonic identity, and is rounded out by Ryan ' 'Berry (bass, backing vocals), Adam Finkelstein (drums, backing ' 'vocals), and Garrett Halstead (percussion), who together lay ' 'down a rhythm section that is both precise and exploratory, ' 'equally capable of deep, entrancing grooves and sudden ' 'lift-offs.\n' '<br>\n' '<br>\n' 'While the live show experience is a central pillar of the band’s ' 'identity, Residual Groove places equal emphasis on studio work ' 'and intentional songwriting. Their songs are meticulously ' 'shaped, lyrically resonant, and designed to reward repeat ' 'listening without sacrificing the immediacy of their live ' 'experience.\n' '\n' '<br><br><br>\n' 'The Levitt Pavilion Season includes over 50 shows presented ' 'free-of-charge (free-ticket shows) - as well as our Stars on ' 'Tour paid-ticket series and Gala - to fill your spring, summer ' 'and fall with music, performing arts and more. \n' '<a ' 'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN ' 'UP FOR OUR ENEWS</a>\n' '\n' '<br>\n' '<br>\n' '\n' 'TERMS: Claiming a ticket or being a guest at the venue is an ' 'agreement to comply with all of the venue’s discretionary rules ' 'and safety protocols which are subject to change at any time. ' 'Please read all info below before claiming ticket(s). Note: ' 'Policies vary from show to show; please read guidelines specific ' 'to the show you are planning to attend.\n' '</p>\n' '\t\t\t\t\t\t\t\t\t<p>July 31, 2026 | 7:30 pm </p>\n' '\t\t\t\t\t\t\t\t </div>'} -
-
error_logs4 in total
2026-06-16 10:01:32 [levitt_pavilion] ERROR: API error 500: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html>
2026-06-16 10:01:32 [levitt_pavilion] ERROR: API error 500: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html>
2026-06-16 10:01:35 [levitt_pavilion] ERROR: API error 500: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html>
2026-06-16 10:01:36 [levitt_pavilion] ERROR: API error 500: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html>
-
warning_logs53 in total
2026-06-16 10:00:59 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute. self._check_mw_method_spider_arg(pipe.process_item)
2026-06-16 10:00:59 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.levitt_pavilionv.LevittPaviionSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html warn(
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-06-16 10:01:12 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://levittpavilion.com/2019/03/20/our-native-daughters/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
WARNING+
INFO
-
scrapy_version
2.14.1
-
telnet_console
127.0.0.1:6023
-
telnet_password
0e20d6ac6b799551
-
latest_offsite
2026-06-16 10:01:11 [scrapy.downloadermiddlewares.offsite] DEBUG: Filtered offsite request to 'fullcalendar.io': <GET https://fullcalendar.io/docs>
-
latest_crawl
2026-06-16 10:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/06/residual-groove/> (referer: https://levittpavilion.com/calendar/)
-
latest_stat
2026-06-16 10:00:59 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
-
latest_scrape
2026-06-16 10:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/06/residual-groove/>
-
latest_item
{'event_url': 'https://levittpavilion.com/2026/06/06/residual-groove/', 'platform': 'Levitt Pavilion', 'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d', 'raw_body': '<div class="txt-wrap">\n' '\t\t\t\t\t\t\t\t\t<h2> \n' '\t\t\t\t\t\t\t\t\t\tResidual Groove<br><span ' 'class="subtitle"></span>\n' '\t\t\t\t\t\t\t\t\t</h2>\n' '\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Friday, July 31 | ' '7:30PM SHOW / 6:30PM DOORS <br>\n' '\n' '<br>\n' '<br>\n' 'Free tickets may be reserved in advance via Reserve button ' 'below. <br><br>\n' '<i>Reminders: Free tickets are also issued via the Box Office ' 'which opens 2-hours before show time on show days (based on ' 'available supplies, first-come basis). If all available ' 'public-facing free tickets are distributed in advance, season ' 'members receive priority access to a limited supply of free ' 'tickets (this "member reserve" of free tickets is based on ' 'limited supplies, while supplies last). </i>\n' '<br><br>\n' '<a href="https://ci.ovationtix.com/34174/store/packages">Support ' 'free access to the arts! Get your Season Membership today! ' 'Members enjoy access to a member reserve of free tickets (based ' 'on limited supplies) to select free shows throughout the Season ' '*plus* enjoy exclusive member discounts on paid-ticket shows ' 'throughout the Season!*</a>\n' '\n' '<br>\n' '<br>\n' 'Residual Groove is a five-piece indie-jam band from Southern ' 'Connecticut that has quickly carved out a rising presence on the ' 'modern jam landscape through fearless creativity and locked-in ' 'musical chemistry. Blending psychedelic funk rock and thoughtful ' 'indie-reminiscent songwriting, the band thrives at the ' 'intersection of structure and spontaneity, where carefully ' 'crafted songs open into expansive, playful jams and seamless, ' 'improv-driven segues.\n' 'Formed just four years ago, Residual Groove is anchored by ' 'brothers Previn Edwards (guitar, vocals) and Kiran Edwards ' '(keyboards, vocals), whose collaborative chemistry shapes the ' 'band’s melodic and harmonic identity, and is rounded out by Ryan ' 'Berry (bass, backing vocals), Adam Finkelstein (drums, backing ' 'vocals), and Garrett Halstead (percussion), who together lay ' 'down a rhythm section that is both precise and exploratory, ' 'equally capable of deep, entrancing grooves and sudden ' 'lift-offs.\n' '<br>\n' '<br>\n' 'While the live show experience is a central pillar of the band’s ' 'identity, Residual Groove places equal emphasis on studio work ' 'and intentional songwriting. Their songs are meticulously ' 'shaped, lyrically resonant, and designed to reward repeat ' 'listening without sacrificing the immediacy of their live ' 'experience.\n' '\n' '<br><br><br>\n' 'The Levitt Pavilion Season includes over 50 shows presented ' 'free-of-charge (free-ticket shows) - as well as our Stars on ' 'Tour paid-ticket series and Gala - to fill your spring, summer ' 'and fall with music, performing arts and more. \n' '<a ' 'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN ' 'UP FOR OUR ENEWS</a>\n' '\n' '<br>\n' '<br>\n' '\n' 'TERMS: Claiming a ticket or being a guest at the venue is an ' 'agreement to comply with all of the venue’s discretionary rules ' 'and safety protocols which are subject to change at any time. ' 'Please read all info below before claiming ticket(s). Note: ' 'Policies vary from show to show; please read guidelines specific ' 'to the show you are planning to attend.\n' '</p>\n' '\t\t\t\t\t\t\t\t\t<p>July 31, 2026 | 7:30 pm </p>\n' '\t\t\t\t\t\t\t\t </div>'}
DEBUG
-
-
-
Head
2026-06-16 10:00:59 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers) 2026-06-16 10:00:59 [scrapy.utils.log] INFO: Versions: {'lxml': '6.0.2', 'libxml2': '2.14.6', 'cssselect': '1.3.0', 'parsel': '1.10.0', 'w3lib': '2.0.0', 'Twisted': '25.5.0', 'Python': '3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]', 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)', 'cryptography': '46.0.3', 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'} 2026-06-16 10:00:59 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess 2026-06-16 10:00:59 [asyncio] DEBUG: Using selector: EpollSelector 2026-06-16 10:00:59 [scrapy.addons] INFO: Enabled addons: [] 2026-06-16 10:00:59 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor 2026-06-16 10:00:59 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop 2026-06-16 10:00:59 [scrapy.extensions.telnet] INFO: Telnet Password: 0e20d6ac6b799551 2026-06-16 10:00:59 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.logcount.LogCount', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats'] 2026-06-16 10:00:59 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'event_scrapers', 'FEED_EXPORT_ENCODING': 'utf-8', 'FEED_URI_PARAMS': <function _feed_uri_params at 0x783753110540>, 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/levitt_pavilion/7fef4790695911f19f360050565fa5d9.log', 'NEWSPIDER_MODULE': 'event_scrapers.spiders', 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter', 'SPIDER_MODULES': ['event_scrapers.spiders']} 2026-06-16 10:00:59 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec' 2026-06-16 10:00:59 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec' 2026-06-16 10:00:59 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2026-06-16 10:00:59 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.start.StartSpiderMiddleware', 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware', 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware'] 2026-06-16 10:00:59 [scrapy.middleware] INFO: Enabled item pipelines: ['event_scrapers.pipelines.EventScrapersPipeline'] 2026-06-16 10:00:59 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute. self._check_mw_method_spider_arg(pipe.process_item) 2026-06-16 10:00:59 [scrapy.core.engine] INFO: Spider opened 2026-06-16 10:00:59 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.levitt_pavilionv.LevittPaviionSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html warn( 2026-06-16 10:00:59 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-06-16 10:00:59 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. 2026-06-16 10:00:59 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting. -
Tail
'href="https://web.ovationtix.com/trs/account/34174">Log-in ' 'here.</a>\n' '<br><br>\n' '\n' 'PREMIUM LAWN Section GA (closest to stage):<br>\n' 'Premium viewing area *and * dedicated cc bar exclusively for all ' 'premium ticket holders.<br>\n' 'Early Bird: $50 / Member $45<br>\n' 'Advance: $55 / Member $49.50<br>\n' 'DAY OF SHOW: $60<br>\n' '\n' '<br><br>\n' 'LAWN Section GA:<br>\n' 'Ticket holders in this section will be able to enjoy the bar ' 'located on the terrace.<br>\n' 'Early Bird $25 / Member $22.50<br>\n' 'Advance GA: $30 / Member $22.50<br>\n' 'DAY OF SHOW: $35\n' '<br><br>\n' 'A $4 Facility Fee is added to all non-member tickets.\n' '<br><br>\n' '\n' 'Hollywood Nights – The Bob Seger Experience is the ultimate ' 'tribute to Bob Seger and the Silver Bullet Band. They are a ' '9-piece band based in New Jersey who continues to strive to ' 'recreate everything about Bob Seger and his music down to the ' 'core. They pride themselves on carrying on the legacy of Bob ' 'Seger’s unforgettable high-energy shows, roaring raspy vocals, ' 'and the groundwork Bob has laid over the past 30 years. ' 'Hollywood Nights shares the belief that only Bob and his fans ' 'have come to know, learn, and love: Represent the voice of every ' 'fan, his or her values, working-class background, and the love ' 'of rock ‘n‘ roll. If you are a true fan of Bob Seger and the ' 'Silver Bullet Band, you won’t want to miss Hollywood Nights\n' '<br><br>\n' '\n' '\n' 'General admission, standing room, within each section. No chair ' 'zones in effect in both sections. Rain or Shine. All Sales ' 'Final. <i>No outside food or drink is permitted at this event. ' 'No coolers. An onsite refreshment bar will be open. Bring photo ' 'ID to verify 21+ for any alcohol purchase.\xa0 Food trucks will ' 'be on site. More information, terms and rules below. </i>\n' '<br><br>\n' '\n' 'Proceeds from our Stars-on-Tour events help underwrite our free ' 'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit ' 'organization. Our 2026 Season will include over 50 shows ' 'presented free-of-charge. <a ' 'href="https://bit.ly/LevittPavilionEnews">Sign up for our ' 'enewsletter to receive updates about our Season and added shows. ' '</a>\n' '<br><br>\n' '*All member discounts and privileges based on limited supplies ' 'and event-specific terms. \n' '<br><br>\n' '* ALL SCHEDULES ARE SUBJECT TO CHANGE. More show FAQ below:</p>\n' '\t\t\t\t\t\t\t\t\t<p>July 18, 2026 | 7:00pm </p>\n' '\t\t\t\t\t\t\t\t </div>'} 2026-06-16 10:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80 2026-06-16 10:01:36 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145 2026-06-16 10:01:36 [levitt_pavilion] ERROR: API error 500: <!doctype html> <html lang="en"> <head> <title>Server Error (500)</title> </head> <body> <h1>Server Error (500)</h1><p></p> </body> </html> 2026-06-16 10:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/06/residual-groove/> {'event_url': 'https://levittpavilion.com/2026/06/06/residual-groove/', 'platform': 'Levitt Pavilion', 'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d', 'raw_body': '<div class="txt-wrap">\n' '\t\t\t\t\t\t\t\t\t<h2> \n' '\t\t\t\t\t\t\t\t\t\tResidual Groove<br><span ' 'class="subtitle"></span>\n' '\t\t\t\t\t\t\t\t\t</h2>\n' '\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Friday, July 31 | ' '7:30PM SHOW / 6:30PM DOORS <br>\n' '\n' '<br>\n' '<br>\n' 'Free tickets may be reserved in advance via Reserve button ' 'below. <br><br>\n' '<i>Reminders: Free tickets are also issued via the Box Office ' 'which opens 2-hours before show time on show days (based on ' 'available supplies, first-come basis). If all available ' 'public-facing free tickets are distributed in advance, season ' 'members receive priority access to a limited supply of free ' 'tickets (this "member reserve" of free tickets is based on ' 'limited supplies, while supplies last). </i>\n' '<br><br>\n' '<a href="https://ci.ovationtix.com/34174/store/packages">Support ' 'free access to the arts! Get your Season Membership today! ' 'Members enjoy access to a member reserve of free tickets (based ' 'on limited supplies) to select free shows throughout the Season ' '*plus* enjoy exclusive member discounts on paid-ticket shows ' 'throughout the Season!*</a>\n' '\n' '<br>\n' '<br>\n' 'Residual Groove is a five-piece indie-jam band from Southern ' 'Connecticut that has quickly carved out a rising presence on the ' 'modern jam landscape through fearless creativity and locked-in ' 'musical chemistry. Blending psychedelic funk rock and thoughtful ' 'indie-reminiscent songwriting, the band thrives at the ' 'intersection of structure and spontaneity, where carefully ' 'crafted songs open into expansive, playful jams and seamless, ' 'improv-driven segues.\n' 'Formed just four years ago, Residual Groove is anchored by ' 'brothers Previn Edwards (guitar, vocals) and Kiran Edwards ' '(keyboards, vocals), whose collaborative chemistry shapes the ' 'band’s melodic and harmonic identity, and is rounded out by Ryan ' 'Berry (bass, backing vocals), Adam Finkelstein (drums, backing ' 'vocals), and Garrett Halstead (percussion), who together lay ' 'down a rhythm section that is both precise and exploratory, ' 'equally capable of deep, entrancing grooves and sudden ' 'lift-offs.\n' '<br>\n' '<br>\n' 'While the live show experience is a central pillar of the band’s ' 'identity, Residual Groove places equal emphasis on studio work ' 'and intentional songwriting. Their songs are meticulously ' 'shaped, lyrically resonant, and designed to reward repeat ' 'listening without sacrificing the immediacy of their live ' 'experience.\n' '\n' '<br><br><br>\n' 'The Levitt Pavilion Season includes over 50 shows presented ' 'free-of-charge (free-ticket shows) - as well as our Stars on ' 'Tour paid-ticket series and Gala - to fill your spring, summer ' 'and fall with music, performing arts and more. \n' '<a ' 'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN ' 'UP FOR OUR ENEWS</a>\n' '\n' '<br>\n' '<br>\n' '\n' 'TERMS: Claiming a ticket or being a guest at the venue is an ' 'agreement to comply with all of the venue’s discretionary rules ' 'and safety protocols which are subject to change at any time. ' 'Please read all info below before claiming ticket(s). Note: ' 'Policies vary from show to show; please read guidelines specific ' 'to the show you are planning to attend.\n' '</p>\n' '\t\t\t\t\t\t\t\t\t<p>July 31, 2026 | 7:30 pm </p>\n' '\t\t\t\t\t\t\t\t </div>'} 2026-06-16 10:01:36 [scrapy.core.engine] INFO: Closing spider (finished) 2026-06-16 10:01:36 [scrapy.extensions.feedexport] INFO: Stored csv feed (48 items) in: output/2026/06/16/levitt_pavilion.csv 2026-06-16 10:01:36 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 286878, 'downloader/request_count': 501, 'downloader/request_method_count/GET': 501, 'downloader/response_bytes': 9486042, 'downloader/response_count': 501, 'downloader/response_status_count/200': 501, 'elapsed_time_seconds': 36.995918, 'feedexport/success_count/FileFeedStorage': 1, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2026, 6, 16, 8, 1, 36, 455631, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 27120788, 'httpcompression/response_count': 500, 'item_scraped_count': 48, 'items_per_minute': 80.0, 'log_count/DEBUG': 647, 'log_count/ERROR': 4, 'log_count/INFO': 3, 'log_count/WARNING': 53, 'memusage/max': 93511680, 'memusage/startup': 93511680, 'offsite/domains': 1, 'offsite/filtered': 1, 'request_depth_max': 1, 'response_received_count': 501, 'responses_per_minute': 835.0, 'scheduler/dequeued': 501, 'scheduler/dequeued/memory': 501, 'scheduler/enqueued': 501, 'scheduler/enqueued/memory': 501, 'scrapy-zyte-api/429': 0, 'scrapy-zyte-api/attempts': 1, '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.304959474131465, 'scrapy-zyte-api/mean_response_seconds': 11.524351540952921, 'scrapy-zyte-api/processed': 1, 'scrapy-zyte-api/request_args/browserHtml': 1, 'scrapy-zyte-api/request_args/url': 1, 'scrapy-zyte-api/status_codes/200': 1, 'scrapy-zyte-api/success': 1, 'scrapy-zyte-api/success_ratio': 1.0, 'scrapy-zyte-api/throttle_ratio': 0.0, 'start_time': datetime.datetime(2026, 6, 16, 8, 0, 59, 459713, tzinfo=datetime.timezone.utc)} 2026-06-16 10:01:36 [scrapy.core.engine] INFO: Spider closed (finished) -
Log
-
Source
http://127.0.0.1:6800/logs/event_scrapers/levitt_pavilion/7fef4790695911f19f360050565fa5d9.log
-
-
source log last update time 2026-06-16 10:01:36 last update timestamp 1781596896 downloader / request bytes 286878 downloader / request count 501 downloader / request method count / GET 501 downloader / response bytes 9486042 downloader / response count 501 downloader / response status count / 200 501 elapsed time seconds 36.995918 feedexport / success count / FileFeedStorage 1 finish reason finished finish time datetime.datetime(2026, 6, 16, 8, 1, 36, 455631, tzinfo=datetime.timezone.utc) httpcompression / response bytes 27120788 httpcompression / response count 500 item scraped count 48 items per minute 80.0 log count / DEBUG 647 log count / ERROR 4 log count / INFO 3 log count / WARNING 53 memusage / max 93511680 memusage / startup 93511680 offsite / domains 1 offsite / filtered 1 request depth max 1 response received count 501 responses per minute 835.0 scheduler / dequeued 501 scheduler / dequeued / memory 501 scheduler / enqueued 501 scheduler / enqueued / memory 501 scrapy-zyte-api / 429 0 scrapy-zyte-api / attempts 1 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.304959474131465 scrapy-zyte-api / mean response seconds 11.524351540952921 scrapy-zyte-api / processed 1 scrapy-zyte-api / request args / browserHtml 1 scrapy-zyte-api / request args / url 1 scrapy-zyte-api / status codes / 200 1 scrapy-zyte-api / success 1 scrapy-zyte-api / success ratio 1.0 scrapy-zyte-api / throttle ratio 0.0 start time datetime.datetime(2026, 6, 16, 8, 0, 59, 459713, tzinfo=datetime.timezone.utc)