I am trying to run scrapy_price_monitor in local environment, but when I give the command "scrapy crawl spidername", it returns "unauthorized" when trying to send the item to storage.scrapinghub.
I have already succesfully "shub login" (added my apikey) and succesfully deployed the project {proj_id} with "shub deploy {proj_id}".
File "/Users/me/miniconda3/envs/scrapy/lib/python3.8/site-packages/scrapinghub/hubstorage/client.py", line 107, in invoke_request r.raise_for_status()
File "/Users/me/miniconda3/envs/scrapy/lib/python3.8/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://storage.scrapinghub.com/collections/{proj_id}/s/spidername