Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not scraping any page #22

Open
josylad opened this issue Jun 13, 2024 · 0 comments
Open

Not scraping any page #22

josylad opened this issue Jun 13, 2024 · 0 comments

Comments

@josylad
Copy link

josylad commented Jun 13, 2024

Hi,
I have been trying to get this to work but no luck. The example is the doc is not even working.
below is the output.

['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware']
2024-06-13 16:10:29 [scrapy.middleware] INFO: Enabled item pipelines:
[]
2024-06-13 16:10:29 [scrapy.core.engine] INFO: Spider opened
2024-06-13 16:10:29 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2024-06-13 16:10:29 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2024-06-13 16:10:29 [scrapy.core.engine] INFO: Closing spider (finished)
2024-06-13 16:10:29 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'elapsed_time_seconds': 0.005155,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2024, 6, 13, 15, 10, 29, 450855, tzinfo=datetime.timezone.utc),
 'log_count/INFO': 10,
 'log_count/WARNING': 1,
 'memusage/max': 67760128,
 'memusage/startup': 67760128,
 'offsite/domains': 1,
 'offsite/filtered': 1,
 'scheduler/dequeued': 1,
 'scheduler/dequeued/memory': 1,
 'scheduler/enqueued': 1,
 'scheduler/enqueued/memory': 1,
 'start_time': datetime.datetime(2024, 6, 13, 15, 10, 29, 445700, tzinfo=datetime.timezone.utc)}
2024-06-13 16:10:29 [scrapy.core.engine] INFO: Spider closed (finished)

no page was scraped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant