python - 求进 PySpider启动时OSError: [Errno 28] No space left on device
大家讲道理
大家讲道理 2017-04-18 10:26:04
0
2
1166

在启动PySpider时报OSError: [Errno 28] No space left on device
磁盘空间是足的,如图

求大神指点


config.json 文件:

{
  "taskdb": "mongodb+taskdb://localhost/taskdb",
  "projectdb": "mongodb+projectdb://localhost/projectdb",
  "resultdb": "mongodb+resultdb://localhost/resultdb",
  "webui": {
    "username": "Jayden",
    "password": "123456",
    "need-auth": true
  }
}

磁盘分区信息:

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
大家讲道理

At this time, it’s not about the entire disk usage, but the usage of the partition where your project is located.

Some of them may not be written because your cache has no space

黄舟

Restart the computer and it’s OK again

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!