Closed mxdev88 closed 1 year ago
When using scrapyd-deploy, the command uses the authentication configuration in scrapy.cfg (username/password) to perform BasicAuth.
scrapy.cfg
When using other commands, it fails.
$ scrapyd-client projects Received a malformed response: Unauthorized
Yes, looks like scrapyd-client doesn't have something like scrapyd-deploy's _add_auth_header.
scrapyd-client
scrapyd-deploy
_add_auth_header
When using scrapyd-deploy, the command uses the authentication configuration in
scrapy.cfg
(username/password) to perform BasicAuth.When using other commands, it fails.