• 'pip install logparser' on host '127.0.0.1:6800' and run command 'logparser'. Or wait until LogParser parses the log.

PROJECT (event_scrapers), SPIDER (act_of_ct)

  • Log analysis
  • Log categorization
  • View log
  • Crawler.stats
  • projectevent_scrapers
    spideract_of_ct
    job59ea4ece691611f1a7320050565fa5d9
    first_log_time2026-06-16 02:00:19
    latest_log_time2026-06-16 02:00:22
    runtime0:00:03
    crawled_pages 3
    scraped_items 0
    shutdown_reasonN/A
    finish_reasonfinished
    log_critical_count0
    log_error_count0
    log_warning_count1
    log_redirect_count0
    log_retry_count0
    log_ignore_count0
    latest_crawl
    latest_scrape
    latest_log
    current_time
    latest_itemN/A
    • WARNING+

    • warning_logs
      1 in total

      2026-06-16 02:00:21 [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 02:00:21 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.act_of_ct.ActOfCtSpider 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 02:00:21 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://ci.ovationtix.com/36285/store/packages/141290>, 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.

      INFO

      DEBUG

    • scrapy_version

      2.14.1
    • telnet_console

      127.0.0.1:6023
    • telnet_password

      1caac6dcfaeda943
    • latest_crawl

      2026-06-16 02:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ci.ovationtix.com/36285/store/packages/141290> (referer: https://www.actofct.org/)
    • latest_stat

      2026-06-16 02:00:21 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
    • Head

      2026-06-16 02:00:19 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
      2026-06-16 02:00:19 [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 02:00:19 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
      2026-06-16 02:00:19 [asyncio] DEBUG: Using selector: EpollSelector
      2026-06-16 02:00:19 [scrapy.addons] INFO: Enabled addons:
      []
      2026-06-16 02:00:20 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-06-16 02:00:20 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-06-16 02:00:21 [scrapy.extensions.telnet] INFO: Telnet Password: 1caac6dcfaeda943
      2026-06-16 02:00:21 [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 02:00:21 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'event_scrapers',
       'FEED_EXPORT_ENCODING': 'utf-8',
       'FEED_URI_PARAMS': <function _feed_uri_params at 0x7cc87ac48400>,
       'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/act_of_ct/59ea4ece691611f1a7320050565fa5d9.log',
       'NEWSPIDER_MODULE': 'event_scrapers.spiders',
       'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
       'SPIDER_MODULES': ['event_scrapers.spiders']}
      2026-06-16 02:00:21 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
      2026-06-16 02:00:21 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
      2026-06-16 02:00:21 [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 02:00:21 [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 02:00:21 [scrapy.middleware] INFO: Enabled item pipelines:
      ['event_scrapers.pipelines.EventScrapersPipeline']
      2026-06-16 02:00:21 [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 02:00:21 [scrapy.core.engine] INFO: Spider opened
      2026-06-16 02:00:21 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.act_of_ct.ActOfCtSpider 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 02:00:21 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-06-16 02:00:21 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-06-16 02:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.actofct.org/> (referer: None)
      2026-06-16 02:00:21 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://ci.ovationtix.com/36285/store/packages/141290>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
      2026-06-16 02:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ci.ovationtix.com/36285/store/packages/141763> (referer: https://www.actofct.org/)
      2026-06-16 02:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ci.ovationtix.com/36285/store/packages/141290> (referer: https://www.actofct.org/)
      2026-06-16 02:00:22 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-06-16 02:00:22 [scrapy.extensions.feedexport] INFO: Stored csv feed (0 items) in: output/2026/06/16/act_of_ct.csv
      2026-06-16 02:00:22 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 2135,
       'downloader/request_count': 3,
       'downloader/request_method_count/GET': 3,
       'downloader/response_bytes': 68680,
       'downloader/response_count': 3,
       'downloader/response_status_count/200': 3,
       'elapsed_time_seconds': 0.960157,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 6, 16, 0, 0, 22, 301161, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 545870,
       'httpcompression/response_count': 3,
       'items_per_minute': None,
       'log_count/DEBUG': 3,
       'log_count/INFO': 3,
       'log_count/WARNING': 1,
       'memusage/max': 92999680,
       'memusage/startup': 92999680,
       'request_depth_max': 1,
       'response_received_count': 3,
       'responses_per_minute': None,
       'scheduler/dequeued': 3,
       'scheduler/dequeued/memory': 3,
       'scheduler/enqueued': 3,
    • Tail

      2026-06-16 02:00:19 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
      2026-06-16 02:00:19 [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 02:00:19 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
      2026-06-16 02:00:19 [asyncio] DEBUG: Using selector: EpollSelector
      2026-06-16 02:00:19 [scrapy.addons] INFO: Enabled addons:
      []
      2026-06-16 02:00:20 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
      2026-06-16 02:00:20 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
      2026-06-16 02:00:21 [scrapy.extensions.telnet] INFO: Telnet Password: 1caac6dcfaeda943
      2026-06-16 02:00:21 [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 02:00:21 [scrapy.crawler] INFO: Overridden settings:
      {'BOT_NAME': 'event_scrapers',
       'FEED_EXPORT_ENCODING': 'utf-8',
       'FEED_URI_PARAMS': <function _feed_uri_params at 0x7cc87ac48400>,
       'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/act_of_ct/59ea4ece691611f1a7320050565fa5d9.log',
       'NEWSPIDER_MODULE': 'event_scrapers.spiders',
       'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
       'SPIDER_MODULES': ['event_scrapers.spiders']}
      2026-06-16 02:00:21 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
      2026-06-16 02:00:21 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
      2026-06-16 02:00:21 [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 02:00:21 [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 02:00:21 [scrapy.middleware] INFO: Enabled item pipelines:
      ['event_scrapers.pipelines.EventScrapersPipeline']
      2026-06-16 02:00:21 [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 02:00:21 [scrapy.core.engine] INFO: Spider opened
      2026-06-16 02:00:21 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.act_of_ct.ActOfCtSpider 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 02:00:21 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      2026-06-16 02:00:21 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
      2026-06-16 02:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.actofct.org/> (referer: None)
      2026-06-16 02:00:21 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://ci.ovationtix.com/36285/store/packages/141290>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
      2026-06-16 02:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ci.ovationtix.com/36285/store/packages/141763> (referer: https://www.actofct.org/)
      2026-06-16 02:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ci.ovationtix.com/36285/store/packages/141290> (referer: https://www.actofct.org/)
      2026-06-16 02:00:22 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-06-16 02:00:22 [scrapy.extensions.feedexport] INFO: Stored csv feed (0 items) in: output/2026/06/16/act_of_ct.csv
      2026-06-16 02:00:22 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 2135,
       'downloader/request_count': 3,
       'downloader/request_method_count/GET': 3,
       'downloader/response_bytes': 68680,
       'downloader/response_count': 3,
       'downloader/response_status_count/200': 3,
       'elapsed_time_seconds': 0.960157,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 6, 16, 0, 0, 22, 301161, tzinfo=datetime.timezone.utc),
       'httpcompression/response_bytes': 545870,
       'httpcompression/response_count': 3,
       'items_per_minute': None,
       'log_count/DEBUG': 3,
       'log_count/INFO': 3,
       'log_count/WARNING': 1,
       'memusage/max': 92999680,
       'memusage/startup': 92999680,
       'request_depth_max': 1,
       'response_received_count': 3,
       'responses_per_minute': None,
       'scheduler/dequeued': 3,
       'scheduler/dequeued/memory': 3,
       'scheduler/enqueued': 3,
       'scheduler/enqueued/memory': 3,
       'start_time': datetime.datetime(2026, 6, 16, 0, 0, 21, 341004, tzinfo=datetime.timezone.utc)}
      2026-06-16 02:00:22 [scrapy.core.engine] INFO: Spider closed (finished)
    • Log

      /1/log/utf8/event_scrapers/act_of_ct/59ea4ece691611f1a7320050565fa5d9/?job_finished=True

    • Source

      http://127.0.0.1:6800/logs/event_scrapers/act_of_ct/59ea4ece691611f1a7320050565fa5d9.log

  • sourcelog
    last_update_time2026-06-16 02:00:22
    last_update_timestamp1781568022
    downloader/request_bytes2135
    downloader/request_count3
    downloader/request_method_count/GET3
    downloader/response_bytes68680
    downloader/response_count3
    downloader/response_status_count/2003
    elapsed_time_seconds0.960157
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 6, 16, 0, 0, 22, 301161, tzinfo=datetime.timezone.utc)
    httpcompression/response_bytes545870
    httpcompression/response_count3
    items_per_minuteNone
    log_count/DEBUG3
    log_count/INFO3
    log_count/WARNING1
    memusage/max92999680
    memusage/startup92999680
    request_depth_max1
    response_received_count3
    responses_per_minuteNone
    scheduler/dequeued3
    scheduler/dequeued/memory3
    scheduler/enqueued3
    scheduler/enqueued/memory3
    start_timedatetime.datetime(2026, 6, 16, 0, 0, 21, 341004, tzinfo=datetime.timezone.utc)