question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scrapy parse -h throws error

See original GitHub issue

Description

running scrapy parse -h from inside of a project throws an error.

Steps to Reproduce

  1. scrapy startproject example
  2. cd example
  3. scrapy parse -h

Expected behavior: It should show the help message output for the parse command Actual behavior: Throws error and displays traceback information Reproduces how often: Every time I tried it.

Versions

v2.6.1

Additional context

I identified the issue and will submit a PR shortly.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Gallaeciocommented, May 14, 2022

Not yet. We will close it once we port the change from the 2.6 branch to the main branch.

0reactions
Gallaeciocommented, Jun 14, 2022

Actually, since we merge 2.6.2 into the main branch as part of the release process, there is no reason to keep this open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scrapy throws Attribute Error - python - Stack Overflow
1 Answer 1 · You have ROBOTSTXT_OBEY = True which tells scrapy to check for the robots.txt file of the domains it crawls,...
Read more >
Frequently Asked Questions — Scrapy 2.7.1 documentation
What's the best way to parse big XML/CSV data feeds? Does Scrapy manage cookies automatically? How can I see the cookies being sent...
Read more >
Scrapy Documentation - Read the Docs
Scrapy (/skrepa/) is an application framework for crawling web sites and extracting structured data which can be used.
Read more >
An Introduction | Python Scrapy Tutorial - Great Learning
parse (response) – Callback method is used to get the response returns the scraped data. log(message,level,component) – Sends the log throught the “logger”....
Read more >
5 Useful Tips While Working With Python Scrapy - Jerry Ng
Reduce database write using bulk insert in Scrapy item pipeline, ... Not only that, but you can also reduce the chances of getting...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found