• Using local stats: LogParser v0.8.4, last updated at 2026-05-29 22:21:29, /home/scrapyd/logs/loknow_spiders_prod/ImageSpider/ac6a066a5bac11f1bdc0c3bbae71ecef.json

PROJECT (loknow_spiders_prod), SPIDER (ImageSpider)

  • Log analysis
  • Log categorization
  • View log
  • Crawler.stats
  • projectloknow_spiders_prod
    spiderImageSpider
    jobac6a066a5bac11f1bdc0c3bbae71ecef
    first_log_time2026-05-29 22:21:04
    latest_log_time2026-05-29 22:21:29
    runtime0:00:25
    crawled_pages 132
    scraped_items 132
    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-05-29 22:21:04 [py.warnings] WARNING: /home/scrapyd/venv/lib/python3.10/site-packages/scrapy/utils/request.py:248: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting.
      
      It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy.
      
      See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation.
        return cls(crawler)
      

      INFO

      DEBUG

    • scrapy_version

      2.10.0
    • latest_stat

      2026-05-29 22:21:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
    • Head

      2026-05-29 22:21:04 [scrapy.utils.log] INFO: Scrapy 2.10.0 started (bot: retriever)
      2026-05-29 22:21:04 [scrapy.utils.log] INFO: Versions: lxml 5.1.0.0, libxml2 2.12.3, cssselect 1.2.0, parsel 1.9.0, w3lib 2.0.0, Twisted 22.4.0, Python 3.10.12 (main, Mar  3 2026, 11:56:32) [GCC 11.4.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.5, Platform Linux-6.8.0-1030-aws-x86_64-with-glibc2.35
      2026-05-29 22:21:04 [scrapy.addons] INFO: Enabled addons:
      []
      2026-05-29 22:21:04 [scrapy.crawler] INFO: Overridden settings:
      {'AUTOTHROTTLE_ENABLED': True,
       'BOT_NAME': 'retriever',
       'HTTPCACHE_EXPIRATION_SECS': 86400,
       'IMAGES_STORE_S3_ACL': 'public-read',
       'LOG_FILE': '/home/scrapyd/logs/loknow_spiders_prod/ImageSpider/ac6a066a5bac11f1bdc0c3bbae71ecef.log',
       'LOG_FORMATTER': 'loknow_spiders.logging.PoliteLogFormatter',
       'LOG_LEVEL': 'INFO',
       'NEWSPIDER_MODULE': 'loknow_spiders.spiders',
       'SPIDER_MODULES': ['loknow_spiders.spiders'],
       'TELNETCONSOLE_ENABLED': False,
       'USER_AGENT': 'AdRetriever (https://adretriever.com)'}
      2026-05-29 22:21:04 [py.warnings] WARNING: /home/scrapyd/venv/lib/python3.10/site-packages/scrapy/utils/request.py:248: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting.
      
      It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy.
      
      See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation.
        return cls(crawler)
      
      2026-05-29 22:21:04 [scrapy.middleware] INFO: Enabled extensions:
      ['scrapy.extensions.corestats.CoreStats',
       'scrapy.extensions.memusage.MemoryUsage',
       'scrapy.extensions.feedexport.FeedExporter',
       'scrapy.extensions.logstats.LogStats',
       'scrapy.extensions.throttle.AutoThrottle']
      2026-05-29 22:21:04 [ImageSpider] INFO: Current Spider Environment set to: prod
      2026-05-29 22:21:04 [ImageSpider] INFO: Retrieving AWS secret: spider_prod_secrets
      2026-05-29 22:21:04 [botocore.credentials] INFO: Found credentials in shared credentials file: ~/.aws/credentials
      2026-05-29 22:21:05 [ImageSpider] INFO: In base spider ml_kwargs is None and scrape_type is inventory
      2026-05-29 22:21:05 [scrapy.middleware] INFO: Enabled downloader middlewares:
      ['scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
       'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
       'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
       'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
       'loknow_spiders.middlewares.ThrottlingRetryMiddleware',
       'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
       'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
       'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
       'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
       'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
       'scrapy.downloadermiddlewares.stats.DownloaderStats']
      2026-05-29 22:21:05 [scrapy.middleware] INFO: Enabled spider middlewares:
      ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
       'scrapy.spidermiddlewares.offsite.OffsiteMiddleware',
       'loknow_spiders.middlewares.RetrieverSpiderMiddleware',
       'scrapy.spidermiddlewares.referer.RefererMiddleware',
       'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
       'scrapy.spidermiddlewares.depth.DepthMiddleware']
      2026-05-29 22:21:07 [botocore.credentials] INFO: Found credentials in shared credentials file: ~/.aws/credentials
      2026-05-29 22:21:07 [scrapy.middleware] INFO: Enabled item pipelines:
      ['loknow_spiders.pipelines.ImageUrlsValidationPipeline']
      2026-05-29 22:21:07 [scrapy.core.engine] INFO: Spider opened
      2026-05-29 22:21:07 [loknow_spiders] INFO: Scrape ID: 846c91bd
      2026-05-29 22:21:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
      
      2026-05-29 22:21:08 [ImageSpider] INFO: Generated ID from Etag value: "69652cd1-83d8e" => _69652cd1_83d8e
      2026-05-29 22:21:10 [ImageSpider] INFO: Generated ID from Etag value: "69652cf1-233d6" => _69652cf1_233d6
      2026-05-29 22:21:11 [ImageSpider] INFO: Generated ID from Etag value: "69652cd1-59dc3" => _69652cd1_59dc3
      2026-05-29 22:21:12 [ImageSpider] INFO: Generated ID from Etag value: "69652cd0-a71fb" => _69652cd0_a71fb
      2026-05-29 22:21:13 [ImageSpider] INFO: Generated ID from Etag value: "69652cd0-828a0" => _69652cd0_828a0
      2026-05-29 22:21:13 [ImageSpider] INFO: Generated ID from Etag value: "69652cd1-8add4" => _69652cd1_8add4
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652d25-230c0" => _69652d25_230c0
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652d1b-774f7" => _69652d1b_774f7
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652d25-3d478" => _69652d25_3d478
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652da9-302b3" => _69652da9_302b3
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652da9-69dd9" => _69652da9_69dd9
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652da9-3b623" => _69652da9_3b623
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652c8b-26bafd" => _69652c8b_26bafd
      2026-05-29 22:21:14 [ImageSpider] INFO: Generated ID from Etag value: "69652cf3-29080" => _69652cf3_29080
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652d37-4d775" => _69652d37_4d775
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652c7f-a1ebc" => _69652c7f_a1ebc
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652c7f-b9161" => _69652c7f_b9161
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652d23-35e5a" => _69652d23_35e5a
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652cdc-b894e" => _69652cdc_b894e
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652cdc-991b0" => _69652cdc_991b0
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652cdc-890e8" => _69652cdc_890e8
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652bd6-3b47c" => _69652bd6_3b47c
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652b76-199560" => _69652b76_199560
      2026-05-29 22:21:15 [ImageSpider] INFO: Generated ID from Etag value: "69652b75-2100ce" => _69652b75_2100ce
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652de6-2be00" => _69652de6_2be00
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652c0b-6e4bb" => _69652c0b_6e4bb
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652d21-28400" => _69652d21_28400
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652de6-e6ff0" => _69652de6_e6ff0
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652cc6-8184d" => _69652cc6_8184d
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652cb5-b1e40" => _69652cb5_b1e40
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652ca9-a8537" => _69652ca9_a8537
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652c85-a18b9" => _69652c85_a18b9
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652cc1-9095a" => _69652cc1_9095a
      2026-05-29 22:21:16 [ImageSpider] INFO: Generated ID from Etag value: "69652be3-262da" => _69652be3_262da
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652bc2-732da" => _69652bc2_732da
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652b9b-7c4e9" => _69652b9b_7c4e9
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652bef-b26d4" => _69652bef_b26d4
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652c36-a678f" => _69652c36_a678f
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652c36-a678f" => _69652c36_a678f
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652dca-10e8b1" => _69652dca_10e8b1
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652cc2-5f787" => _69652cc2_5f787
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652cb9-c43a0" => _69652cb9_c43a0
      2026-05-29 22:21:17 [ImageSpider] INFO: Generated ID from Etag value: "69652da1-a38a5" => _69652da1_a38a5
      2026-05-29 22:21:18 [ImageSpider] INFO: Generated ID from Etag value: "69652d9c-cb5ac" => _69652d9c_cb5ac
      2026-05-29 22:21:18 [ImageSpider] INFO: Generated ID from Etag value: "69652d9d-b5362" => _69652d9d_b5362
    • Tail

      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652d01-bafb9" => _69652d01_bafb9
      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652c63-b0d03" => _69652c63_b0d03
      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652d2f-1dfb95" => _69652d2f_1dfb95
      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652df2-5e0ab" => _69652df2_5e0ab
      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652df2-6f786" => _69652df2_6f786
      2026-05-29 22:21:24 [ImageSpider] INFO: Generated ID from Etag value: "69652df3-ebbeb7" => _69652df3_ebbeb7
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652c62-72c3f" => _69652c62_72c3f
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652c75-cd174" => _69652c75_cd174
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652c3e-1a6959" => _69652c3e_1a6959
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652b97-86c43" => _69652b97_86c43
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652b9a-b0551" => _69652b9a_b0551
      2026-05-29 22:21:25 [ImageSpider] INFO: Generated ID from Etag value: "69652b97-8571f" => _69652b97_8571f
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652ca3-964d2" => _69652ca3_964d2
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652d2f-186d78" => _69652d2f_186d78
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652c08-141660" => _69652c08_141660
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652d6c-355528" => _69652d6c_355528
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652d68-4d76a2" => _69652d68_4d76a2
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652d40-6ab4b" => _69652d40_6ab4b
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652d05-11ab36" => _69652d05_11ab36
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652cf5-12bb13" => _69652cf5_12bb13
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652c5d-4885bc" => _69652c5d_4885bc
      2026-05-29 22:21:26 [ImageSpider] INFO: Generated ID from Etag value: "69652da5-b7359" => _69652da5_b7359
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652dc6-46e95" => _69652dc6_46e95
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652da2-790a2" => _69652da2_790a2
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652cf4-71c5c" => _69652cf4_71c5c
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652d2c-1d84ab" => _69652d2c_1d84ab
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c09-28d7c3" => _69652c09_28d7c3
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c70-11ddc6" => _69652c70_11ddc6
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c05-139ef1" => _69652c05_139ef1
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c58-4927ec" => _69652c58_4927ec
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c4a-68e19" => _69652c4a_68e19
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652c46-6c03a" => _69652c46_6c03a
      2026-05-29 22:21:27 [ImageSpider] INFO: Generated ID from Etag value: "69652bf7-ec4ca" => _69652bf7_ec4ca
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652c15-2aeac" => _69652c15_2aeac
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652d10-30af7d" => _69652d10_30af7d
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652c31-108609" => _69652c31_108609
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652d72-d9989" => _69652d72_d9989
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652d4e-d85fd" => _69652d4e_d85fd
      2026-05-29 22:21:28 [ImageSpider] INFO: Generated ID from Etag value: "69652d87-845a3" => _69652d87_845a3
      2026-05-29 22:21:28 [scrapy.core.engine] INFO: Closing spider (finished)
      2026-05-29 22:21:28 [ImageSpider] INFO: RetrieverAPI is making requests to https://api.adretriever.com with headers {'Authorization': 'Token 96dfb640234f1d676d6fa726f8eae6e7aab44cda'}
      2026-05-29 22:21:28 [root] INFO: Making post request to https://api.adretriever.com/api/validated_urls/846c91bd
      2026-05-29 22:21:29 [loknow_spiders] INFO: Cache hit rate: 100.0%
      2026-05-29 22:21:29 [loknow_spiders] INFO: Cached images: _69652cd1_83d8e: https://quadrealresidential.com/wp-content/uploads/2025/10/Suite-1208-14_final-scaled.jpg
      _69652cf1_233d6: https://quadrealresidential.com/wp-content/uploads/2025/10/amenities_gallery_img-1.webp
      _69652cd1_59dc3: https://quadrealresidential.com/wp-content/uploads/2025/10/Suite-1208-18_final-scaled.jpg
      _69652cd0_a71fb: https://quadrealresidential.com/wp-content/uploads/2025/10/Staging_Needs_Photo_35_YK-3-scaled.jpg
      _69652cd0_828a0: https://quadrealresidential.com/wp-content/uploads/2025/10/Stagging_Needs_Photo_32_corr_1_YK-scaled.jpg
      _69652cd1_8add4: https://quadrealresidential.com/wp-content/uploads/2025/10/Staging_Needs_Photo_LY-2-scaled.jpg
      _69652d25_230c0: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-maria_waterford_tower_k.jpg
      _69652d1b_774f7: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-303-quadreal-waterford.jpg
      _69652d25_3d478: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-maria_waterford_tower_b.jpg
      _69652da9_302b3: https://quadrealresidential.com/wp-content/uploads/2025/09/TSG-Bedroom-Staged.jpg
      _69652da9_69dd9: https://quadrealresidential.com/wp-content/uploads/2025/09/Suite-305-High-Res-1-Copy-scaled.jpg
      _69652da9_3b623: https://quadrealresidential.com/wp-content/uploads/2025/09/The-Saint-George-Living-Room-Staged.jpg
      _69652c8b_26bafd: https://quadrealresidential.com/wp-content/uploads/2025/10/Designer-1.png
      _69652cf3_29080: https://quadrealresidential.com/wp-content/uploads/2025/10/amenities_galleryimg8.jpg
      _69652d37_4d775: https://quadrealresidential.com/wp-content/uploads/2025/10/the_mansions_2_bedroom-7-scaled.jpg
      _69652c7f_a1ebc: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_6224-scaled.jpg
      _69652c7f_b9161: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_6254-scaled.jpg
      _69652d23_35e5a: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-galleria-77-finch-ave-e-gym-16.jpg
      _69652cdc_b894e: https://quadrealresidential.com/wp-content/uploads/2025/10/Sundance_Living_corrected_v2_MV-scaled.jpg
      _69652cdc_991b0: https://quadrealresidential.com/wp-content/uploads/2025/10/Sundance_Kitchen_Dining_corrected_v2_MV-scaled.jpg
      _69652cdc_890e8: https://quadrealresidential.com/wp-content/uploads/2025/10/Sundance_Bedroom_DK_corr_2-scaled.jpg
      _69652bd6_3b47c: https://quadrealresidential.com/wp-content/uploads/2025/11/home-banner1-1.webp
      _69652b76_199560: https://quadrealresidential.com/wp-content/uploads/2025/11/20190116_SODO-Day-2_14027.jpg
      _69652b75_2100ce: https://quadrealresidential.com/wp-content/uploads/2025/11/20190115_SODO-Day-1_13096.jpg
      _69652de6_2be00: https://quadrealresidential.com/wp-content/uploads/2025/09/royal_view_kingsley_banner_18689_520488108-copy-e1762887934944.jpg
      _69652c0b_6e4bb: https://quadrealresidential.com/wp-content/uploads/2025/10/1320-16th-Ave-17_cropped-scaled.jpg
      _69652d21_28400: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-calgary-royalview-230_f2_imggal4_web.webp
      _69652de6_e6ff0: https://quadrealresidential.com/wp-content/uploads/2025/09/rouleau-kingsley-banner-copy.jpg
      _69652cc6_8184d: https://quadrealresidential.com/wp-content/uploads/2025/10/Rouleau_Dining_Kitchen_final-scaled.jpg
      _69652cb5_b1e40: https://quadrealresidential.com/wp-content/uploads/2025/10/QuadReal-Calgary-Rouleau-721_f1-scaled.jpg
      _69652ca9_a8537: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Richmond_Hill_Living_Dining_1_staged_corrected_SM-scaled.jpg
      _69652c85_a18b9: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_6622-scaled.jpg
      _69652cc1_9095a: https://quadrealresidential.com/wp-content/uploads/2025/10/Richmond-Hill_Kitchen_Living_Dining-2_final-scaled.jpg
      _69652be3_262da: https://quadrealresidential.com/wp-content/uploads/2025/11/residences-on-bloor-kingsley-banner-triangle-copy-2.jpg
      _69652bc2_732da: https://quadrealresidential.com/wp-content/uploads/2025/11/ResidenceOnBloor-377-e1763058718136.jpg
      _69652b9b_7c4e9: https://quadrealresidential.com/wp-content/uploads/2025/11/Bedroom_final-2-scaled.jpg
      _69652bef_b26d4: https://quadrealresidential.com/wp-content/uploads/2025/10/03-140-two-bed-A-scaled.jpg
      _69652c36_a678f: https://quadrealresidential.com/wp-content/uploads/2025/10/30-140-one-plus-B-1-scaled.jpg
      _69652c36_a678f: https://quadrealresidential.com/wp-content/uploads/2025/10/30-140-one-plus-B-2-scaled.jpg
      _69652dca_10e8b1: https://quadrealresidential.com/wp-content/uploads/2025/09/panarama-tower-kingsley-banner-copy.jpg
      _69652cc2_5f787: https://quadrealresidential.com/wp-content/uploads/2025/10/Robbie_Panarama_Tower_Dining_2_Kitchen_staged_corrected_v1_RS-scaled.jpg
      _69652cb9_c43a0: https://quadrealresidential.com/wp-content/uploads/2025/10/QuadReal-PanoramaTower-119-scaled.jpg
      _69652da1_a38a5: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Northwoods_Village_Kitchen_Living_Dining_staged_corrected_v1_TI-scaled.jpg
      _69652d9c_cb5ac: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-NorthwoodsVillage-11-scaled.jpg
      _69652d9d_b5362: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-NorthwoodsVillage-480-scaled.jpg
      _69652cba_a3cc0: https://quadrealresidential.com/wp-content/uploads/2025/10/QuadReal-Properties-3620-Kaneff-2-Bed-1-Bath5-scaled.jpg
      _69652ca5_7dde6: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Mississauga_Place_Bedroom_staged_corrected_v1_TI-1-scaled.jpg
      _69652ca9_a149c: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Mississauga_Place_Living_Dining-1_staged__corrected_TT-1-scaled.jpg
      _69652da5_87c35: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_QuadReal-Metropolitan_Towers_Living_dining_terrace_2_staged_EU6-scaled.jpg
      _69652d63_824fb: https://quadrealresidential.com/wp-content/uploads/2025/09/930-Seymour-6-copy-1-scaled.jpg
      _69652d9b_a7be4: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-MetropolitanTowers-284-scaled.jpg
      _69652baf_a82e7: https://quadrealresidential.com/wp-content/uploads/2025/11/Maplewood-Park.jpg
      _69652baf_7bb50: https://quadrealresidential.com/wp-content/uploads/2025/11/Maplewood-Retail-4.jpg
      _69652baf_576d9: https://quadrealresidential.com/wp-content/uploads/2025/11/Maplewood-aerial.jpg
      _69652ca5_931a4: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Lions_Gate_Kitchen_Dining_2_TK_v2-scaled.jpg
      _69652ca5_65120: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Lions_Gate_Kitchen_Dining_TK_v2-scaled.jpg
      _69652ca4_9eb29: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Lions_Gate_Bedroom_staged_corrected_v1_TI-scaled.jpg
      _69652d11_588a5: https://quadrealresidential.com/wp-content/uploads/2025/10/lexington-grand-kingsley-banner-copy.jpeg
      _69652d1f_3b068: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal-amenities-gallery-tara-lexington-grand-bedroom-staged-ti.jpg
      _69652ce0_a6c95: https://quadrealresidential.com/wp-content/uploads/2025/10/Tara-Lexington-Living-Dining-room-1-staged-EU-scaled.jpg
      _69652da0_c222f: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Larchway-Gardens_Living_Dining_1_staged_corrected2_HD-2-scaled.jpg
      _69652d7b_3054a7: https://quadrealresidential.com/wp-content/uploads/2025/09/Larchway-Gardens-_Living-and-Office.png
      _69652d98_11b1b6: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-LarchwayGardens-Community-Garden-scaled.jpg
      _69652dc6_110d94: https://quadrealresidential.com/wp-content/uploads/2025/09/lakeview-mews-kingsley-banner-copy.jpg
      _69652d88_b2ee1: https://quadrealresidential.com/wp-content/uploads/2025/09/Melissa_LakeviewMews_Living_dining_room_staged_corrected_4_AN-scaled.jpg
      _69652d93_ef89e: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-Calgary-LakeviewMews-495_f1-scaled.jpg
      _69652b84_8c522: https://quadrealresidential.com/wp-content/uploads/2025/11/AL3A4190-scaled.jpg
      _69652b7a_19ab7d: https://quadrealresidential.com/wp-content/uploads/2025/11/480-Yonge-St-1-2.jpg
      _69652b7d_ef6f7: https://quadrealresidential.com/wp-content/uploads/2025/11/480-Yonge-St-53.jpg
      _69652d7b_83da1: https://quadrealresidential.com/wp-content/uploads/2025/09/HERO-neighbourhood-scaled.jpg
      _69652d59_1b6a78: https://quadrealresidential.com/wp-content/uploads/2025/09/200909_Albert-Law_QuadReal-Hazel_0006-scaled.jpg
      _69652d40_69008: https://quadrealresidential.com/wp-content/uploads/2025/09/09-2-scaled.jpg
      _69652d04_608f7: https://quadrealresidential.com/wp-content/uploads/2025/10/georgian-court-kingsley-banner-triangle-copy.jpeg
      _69652c9a_91cfb: https://quadrealresidential.com/wp-content/uploads/2025/10/Georgian-court_Living-Room_final-scaled.jpg
      _69652cf0_54fc4: https://quadrealresidential.com/wp-content/uploads/2025/10/amenities-gallery-200-quadreal-georgian-court-estates.jpg
      _69652db7_106ab4: https://quadrealresidential.com/wp-content/uploads/2025/09/fifteen15-kingsley-banner-copy.jpg
      _69652ddf_12a5a: https://quadrealresidential.com/wp-content/uploads/2025/09/quadreal_fifteen15-lr_web.webp
      _69652dd4_391c4: https://quadrealresidential.com/wp-content/uploads/2025/09/quadreal-calgary-fifteen15-577_v2_f2_imggal3_web.jpg
      _69652b92_79716: https://quadrealresidential.com/wp-content/uploads/2025/11/Assembly-Park-Festival-2.jpg
      _69652b8f_6302a: https://quadrealresidential.com/wp-content/uploads/2025/11/Assembly-Park-Bravo-Park.jpg
      _69652b96_5deae: https://quadrealresidential.com/wp-content/uploads/2025/11/Assembly-Park-aerial.jpg
      _69652da0_a4b81: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Dunway-Court_Living_Dining_2_staged_corrected_MV-2-scaled.jpg
      _69652da0_b2db0: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Dunway-Court_Bedroom_staged_corrected_2_KT-scaled.jpg
      _69652da0_785cb: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Dunway_Court_Kitchen_Living_Dining_staged_corrected_v1_RS-scaled.jpg
      _69652d01_c1d59: https://quadrealresidential.com/wp-content/uploads/2025/10/discovery-pointe-kingsley-banner-copy.jpg
      _69652cf0_4c4cc: https://quadrealresidential.com/wp-content/uploads/2025/10/amenities-gallery-quadreal-calgary-discoverypointe-5892.webp
      _69652d01_cbe8: https://quadrealresidential.com/wp-content/uploads/2025/10/dining.webp
      _69652c89_74467: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_6893-scaled.jpg
      _69652c89_d2c09: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_6861-scaled.jpg
      _69652cf0_40ed9: https://quadrealresidential.com/wp-content/uploads/2025/10/amenities-gallery-playground-104-quadreal-cloister-on-the-don.jpg
      _69652db4_e7643: https://quadrealresidential.com/wp-content/uploads/2025/09/calgary-place-kingsley-banner-copy.jpg
      _69652d93_7ceff: https://quadrealresidential.com/wp-content/uploads/2025/09/QuadReal-Calgary-CalgaryPlaceApt-601_f1-scaled.jpg
      _69652d6d_a0f9d: https://quadrealresidential.com/wp-content/uploads/2025/09/Calgary-Place-Bedroom-scaled.jpg
      _69652d01_bafb9: https://quadrealresidential.com/wp-content/uploads/2025/10/bristol-court-kingsley-banner-copy.jpg
      _69652c63_b0d03: https://quadrealresidential.com/wp-content/uploads/2025/10/Bristol_Court_Living_Dining_2_staged_corrected_AK-scaled.jpg
      _69652d2f_1dfb95: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal_maria_bristol-court_bed.png
      _69652df2_5e0ab: https://quadrealresidential.com/wp-content/uploads/2025/08/QUADREAL-SUITE-INTERIORS-WEB-1-scaled.jpg
      _69652df2_6f786: https://quadrealresidential.com/wp-content/uploads/2025/08/QUADREAL-SUITE-INTERIORS-WEB-2-scaled.jpg
      _69652df3_ebbeb7: https://quadrealresidential.com/wp-content/uploads/2025/08/QUADREAL-SUITE-INTERIORS-WEB-7.jpg
      _69652c62_72c3f: https://quadrealresidential.com/wp-content/uploads/2025/10/Bretton_Place_Kitchen_Dining_staged_110618-scaled.jpg
      _69652c75_cd174: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_5061-scaled.jpg
      _69652c3e_1a6959: https://quadrealresidential.com/wp-content/uploads/2025/10/44-jackes-ave-33-rosehill-ave-1.png
      _69652b97_86c43: https://quadrealresidential.com/wp-content/uploads/2025/11/Bayview-Village-aerial2-compressed-1-scaled.jpg
      _69652b9a_b0551: https://quadrealresidential.com/wp-content/uploads/2025/11/Bayview-Village-promenade-porte-cochere-scaled.jpg
      _69652b97_8571f: https://quadrealresidential.com/wp-content/uploads/2025/11/Bayview-Village-aerial-compressed-scaled.jpg
      _69652ca3_964d2: https://quadrealresidential.com/wp-content/uploads/2025/10/Maria_Bayview-Mews-A102_Living_Dining_2_staged_MV-scaled.jpg
      _69652d2f_186d78: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal_maria_bayview-mews_livi.png
      _69652c08_141660: https://quadrealresidential.com/wp-content/uploads/2025/10/126-quadreal-bayview-mews_pool_w.png
      _69652d6c_355528: https://quadrealresidential.com/wp-content/uploads/2025/09/Bayview-at-Coal-Harbour-View.png
      _69652d68_4d76a2: https://quadrealresidential.com/wp-content/uploads/2025/09/Bayview-129-1.jpg
      _69652d40_6ab4b: https://quadrealresidential.com/wp-content/uploads/2025/09/0Z8A5581-scaled.jpg
      _69652d05_11ab36: https://quadrealresidential.com/wp-content/uploads/2025/10/homepage-banner.png
      _69652cf5_12bb13: https://quadrealresidential.com/wp-content/uploads/2025/10/archetype-residences-site-exterior.png
      _69652c5d_4885bc: https://quadrealresidential.com/wp-content/uploads/2025/10/Archetype-Aerial-with-logo.png
      _69652da5_b7359: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Parkview_Towers_Living_Dining_staged_corrected_vk-scaled.jpg
      _69652dc6_46e95: https://quadrealresidential.com/wp-content/uploads/2025/09/imgi_93_quadreal-robbie_parkview_towers_bedroom_staged-corrected_ds-amenitypage-gallery-7-web.jpg
      _69652da2_790a2: https://quadrealresidential.com/wp-content/uploads/2025/09/Robbie_Parkview-Towers_Living_Dining_2_staged_IK-2-scaled.jpg
      _69652cf4_71c5c: https://quadrealresidential.com/wp-content/uploads/2025/10/applewood-kingsley-banner-tria-copy.jpg
      _69652d2c_1d84ab: https://quadrealresidential.com/wp-content/uploads/2025/10/quadreal_applewood_on_the_park_d.png
      _69652c09_28d7c3: https://quadrealresidential.com/wp-content/uploads/2025/10/13-quadreal-applewood-on-the-par.png
      _69652c70_11ddc6: https://quadrealresidential.com/wp-content/uploads/2025/10/DSC_4845.jpg
      _69652c05_139ef1: https://quadrealresidential.com/wp-content/uploads/2025/10/123-Quadreal-8-Silver-Maple-Court1-scaled.jpg
      _69652c58_4927ec: https://quadrealresidential.com/wp-content/uploads/2025/10/8_smc_kitchen_and_livingroom_sta.png
      _69652c4a_68e19: https://quadrealresidential.com/wp-content/uploads/2025/10/57_charles_living_dining_2_kitch.jpg
      _69652c46_6c03a: https://quadrealresidential.com/wp-content/uploads/2025/10/57_Charles_Kitchen-2072019-1-scaled.jpg
      _69652bf7_ec4ca: https://quadrealresidential.com/wp-content/uploads/2025/10/061-Quadreal-57-Charles.jpg
      _69652c15_2aeac: https://quadrealresidential.com/wp-content/uploads/2025/10/15-245-lena-crescent-kingsley-banner2-2-e1766071275273.webp
      _69652d10_30af7d: https://quadrealresidential.com/wp-content/uploads/2025/10/lena_cres_3_18689_333916643.png
      _69652c31_108609: https://quadrealresidential.com/wp-content/uploads/2025/10/245-Lena-Crescent-Cambridge-190-scaled.jpg
      _69652d72_d9989: https://quadrealresidential.com/wp-content/uploads/2025/09/DSC_4632_asj-scaled.jpg
      _69652d4e_d85fd: https://quadrealresidential.com/wp-content/uploads/2025/09/10-Lisa-2604-med-7.jpg
      _69652d87_845a3: https://quadrealresidential.com/wp-content/uploads/2025/09/Maria_10_Lisa_Bedroom_staged_corrected_AB-1-scaled.jpg
      2026-05-29 22:21:29 [loknow_spiders] INFO: Uncached images: None
      2026-05-29 22:21:29 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (132 items) in: file:///home/scrapyd/items/loknow_spiders_prod/ImageSpider/ac6a066a5bac11f1bdc0c3bbae71ecef.jl
      2026-05-29 22:21:29 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
      {'downloader/request_bytes': 64015,
       'downloader/request_count': 132,
       'downloader/request_method_count/HEAD': 132,
       'downloader/response_bytes': 73843,
       'downloader/response_count': 132,
       'downloader/response_status_count/200': 132,
       'elapsed_time_seconds': 21.667221,
       'feedexport/success_count/FileFeedStorage': 1,
       'finish_reason': 'finished',
       'finish_time': datetime.datetime(2026, 5, 29, 22, 21, 29, 71050),
       'item_scraped_count': 132,
       'log_count/INFO': 152,
       'log_count/WARNING': 1,
       'memusage/max': 133382144,
       'memusage/startup': 133382144,
       'response_received_count': 132,
       'scheduler/dequeued': 132,
       'scheduler/dequeued/memory': 132,
       'scheduler/enqueued': 132,
       'scheduler/enqueued/memory': 132,
       'start_time': datetime.datetime(2026, 5, 29, 22, 21, 7, 403829)}
      2026-05-29 22:21:29 [scrapy.core.engine] INFO: Spider closed (finished)
    • Log

      /1/log/utf8/loknow_spiders_prod/ImageSpider/ac6a066a5bac11f1bdc0c3bbae71ecef/?job_finished=True

    • Source

      https://scrapyd.adretriever.com/logs/loknow_spiders_prod/ImageSpider/ac6a066a5bac11f1bdc0c3bbae71ecef.log

  • sourcelog
    last_update_time2026-05-29 22:21:29
    last_update_timestamp1780093289
    downloader/request_bytes64015
    downloader/request_count132
    downloader/request_method_count/HEAD132
    downloader/response_bytes73843
    downloader/response_count132
    downloader/response_status_count/200132
    elapsed_time_seconds21.667221
    feedexport/success_count/FileFeedStorage1
    finish_reasonfinished
    finish_timedatetime.datetime(2026, 5, 29, 22, 21, 29, 71050)
    item_scraped_count132
    log_count/INFO152
    log_count/WARNING1
    memusage/max133382144
    memusage/startup133382144
    response_received_count132
    scheduler/dequeued132
    scheduler/dequeued/memory132
    scheduler/enqueued132
    scheduler/enqueued/memory132
    start_timedatetime.datetime(2026, 5, 29, 22, 21, 7, 403829)