Closed jdemaeyer closed 8 years ago
This is a big user-friendliness issue. Any user that follows our instructions on the Deploy page will run into an error message instead of into the deploy onboarding wizard.
Completely agree @jdemaeyer, can you send a pull request to Scrapy?
Will do. I think this is primarily a shub
issue though (after all scrapyd
has no problems with alphanumeric project names), I'm working on a patch right now and would opt for doing a quick 2.0.2 release when it's merged.
scrapy startproject myprojectname
puts the following section intoscrapy.cfg
:When users first run
shub deploy
, this will be transferred toscrapinghub.yml
and an error message will be printed.We should not import non-integer project names from
scrapy.cfg
and instead guide users through the deploy wizard.