-
Current documentation show examples to make request to Scrapyd API through `curl`. However, I am trying to make the same request in **axios** (Node.js) and getting this error:
Scrapyd response:
`{…
-
https://github.com/scrapy/scrapy/issues/5437
This bug is also affecting us, for example, when using the `sample` mode:
`scrapy crawl uruguay_releases -a sample=1`
Although the data is downloade…
-
There seems to be an issue with the UK FTS API. The [front-end search](https://www.find-tender.service.gov.uk/Search/Results) reports ~30k notices but the scrape I ran today only returned ~14k notices…
-
The Jobs table in the web interface is really bare. The Scrapy stats collector contains a lot of valuable data, which should be included in this table.
I see a few ways of accessing this data:
1. Par…
-
I have several machines spidering with scrapyd and I am monitoring and managing them via the scrapyd api. I love the software, but... I cannot seem to cancel jobs. I make the call to the cancel API…
-
### 🐛 Describe the bug
```
pip install -U ai2-tango
Collecting ai2-tango
Using cached ai2_tango-0.10.0-py3-none-any.whl (197 kB)
Collecting filelock=3.4
Using cached filelock-3.7.1-py3-non…
-
https://docs.djangoproject.com/en/3.0/howto/deployment/
Go through [checklist](https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/), notably:
* https://docs.djangoproject.com/en/3.…
-
**Bug 描述**
我将机器部署在`内网服务器`,通过`vscode`的`port`功能映射到本机打开,例如,当输入用户名和密码均为`admin`
时,登陆功能不工作。
vscode port配置
登陆错误
**排除其他因素**
远程主机端口`6800`存在`scrapyd`的管理界面,vscode能将远程主机的`6800`映射到本机端口上。
**期望结…
-
Use "scrapy" to see available commands
INFO - 2021-12-11 13:24:00,216 - process: 10140 - scheduler.py - gerapy.server.core.scheduler - 34 - scheduler - execute job of
client localhost, project s…
-
When I deploy my project with scrapy-redis to scrapyd , it call me the errors:
class XXXXDetailSpider(RedisSpider):
2017-08-22 18:04:31 [twisted] CRITICAL: Unhandled error in Deferred:
2017-08-…