Hi, Do you think you could tell me specifically how to fix it? Though it has been few years, I don't think any solution has been posted on the Web. It's still a annoying issue when I try to deploy Scrapy on AWS...Any feedback will be greatly appreciated.
On Sunday, August 24, 2014 at 2:12:44 AM UTC-7, tim feirg wrote: > > I've seen similar, you don't sudo scrapyd, which create logs and eggs > folders owned by root, causing permission problems, to fix it, removes your > scrapyd logs folder (which contains testlog.log) as well as any other > folders created by root, and restart scrapyd as non-root user. > > 在 2012年12月31日星期一UTC+8下午1时35分59秒,Rishi Mukherjee写道: >> >> I have a scrapy project. I used to crawl each of them using the scrapy >> crawl someserver command and it worked. Now I want to run them in parallel >> using scrapyd. I installed scrapyd. Did all the settings. >> >> Running the command: >> >> *scrapy deploy -l* >> >> gives: >> >> *rishi* >> >> Now, after running command: >> >> *scrapy deploy -L rishi* >> >> I get: >> >> *crawlers* >> >> Then when I run: >> >> *sudo scrapy deploy rishi -p crawlers* >> >> I get: >> >> >> >> >> >> >> *Building egg of crawlers-1356931964'build/scripts-2.7' does not exist -- >> can't clean itzip_safe flag not set; analyzing archive contents...Deploying >> crawlers-1356931964 to http://localhost:6800/addversion.json >> <http://localhost:6800/addversion.json>Server response (200):{"status": >> "error", "message": "IOError: [Errno 13] Permission denied: 'testlog.log'"}* >> >> What should I do? >> >> Also, >> >> http://localhost:6800/schedule.json gives >> >> *{"status": "error", "message": "['HEAD', 'object', 'POST']"}* >> >> Please help, I have been trying this since 3 days. >> >> >> >> -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
