Closed apetryla closed 1 year ago
Hi @apetryla, I'll add some docs but it's very simple:
pip install .[test]
pytest
Which command did you run to send the request?
Hey, thanks for the description! I took a look a bit more into the code and noticed that auth=get_auth(url=url, username=username, password=password
was delivered with https://github.com/scrapy/scrapyd-client/commit/39162ae5bc1728ba907115b3fca541bd2f6804ef and VERSION wasn't updated. So using latest version in pypi (1.2.2), I was getting:
$ scrapyd-client projects
Received a malformed response:
Unauthorized
However, pulling current repo and pip install .
it authenticates successfully. I admit I still get confused with python versioning and setup stuff. :)
Version 1.2.3 is now released, so you shouldn't need to install from the repo :)
Of great, thanks for quick development and great support. I saw some cool features, so I can't wait to try them out!
Hello, on my end
scrapy-client projects
isn't working as no authentication credentials being sent with the/listprojects.json
request (checked on wireshark). My scrapy.cfg:I could try to debug it on my end, but I couldn't find any contribution doc, where local set up would be explained. What do You think about adding a contribution doc with explanation on a preferred way of setting up the dev env and pull request requirements? :)