scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.93k stars 571 forks source link

My scrapyd output files sudden change to /root #437

Closed milkeasd closed 1 year ago

milkeasd commented 2 years ago

I run my spider in a scrapyd linux server.

As usual, I use the following feeds config.

'FEEDS': {
 'items.csv': {
     'format': 'csv',
     'encoding': 'utf8',
            }

But, it is now store inside /root not in the home user dir.

jpmckinney commented 2 years ago

Is scrapyd running as root?

jpmckinney commented 1 year ago

Closing as no response.