scrapinghub / shub

Scrapinghub Command Line Client
https://shub.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
125 stars 79 forks source link

`shub deploy` works but `shub schedule [spider]` fails for "default" target #142

Closed umrashrf closed 8 years ago

umrashrf commented 8 years ago

shub schedule works for this:

[deploy]
url = https://dash.scrapinghub.com/api/scrapyd/
project = 1234

shub schedule fails for this:

[deploy:default]
url = https://dash.scrapinghub.com/api/scrapyd/
project = 1234

Whereas shub deploy works for both.

jdemaeyer commented 8 years ago

Is this for 1.5 (currently on PyPI) or for the master branch?

If the former, try the new shub 2.0, which includes major updates and which we'll release today: pip install git+https://github.com/scrapinghub/shub.git

umrashrf commented 8 years ago

Shub 1.5.0

jdemaeyer commented 8 years ago

I confirmed it's fixed in 2.0. We're currently waiting for the pip devs to release 8.0.1 and then the new all-shiny shub is gonna be released onto the world :)