scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
824 stars 161 forks source link

Issue while deploying to heroku #114

Closed Ayush-Patel15 closed 3 years ago

Ayush-Patel15 commented 3 years ago

I had a scrapy spider built, but while deploying it to Heroku with scrapyrt, I found errors.

Can anyone please help me in deploying my project to Heroku?

  1. Procfile : web: scrapyrt -i 0.0.0.0 -p 9080

Is the Procfile correct or need to edit @something?

You can visit my repo via my profile for more!

@chekunkov I found your suggestion at #25 error binding, Can you please help me out too?