scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.22k stars 1.41k forks source link

Unable to crawl page using scrapyd-deploy portia spider #863

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello, I created a portia spider and downloaded it as scrapy project. I run Windows 10 with docker and scrapyd is running it's service on port 6800 properly. However, when I schedule a spider to run, the following log is displayed: https://pastebin.com/raw/29EU34XM

Using the following commands for scheduling spider: $ curl http://localhost:6800/schedule.json -d project=myproject -d spider=spidername

Any help would be appreciated. Thanks.

Lucbug commented 3 years ago

Related to #786