Home  >  Q&A  >  body text

python - 求进 PySpider启动时OSError: [Errno 28] No space left on device

在启动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
  }
}

磁盘分区信息:

大家讲道理大家讲道理2741 days ago1167

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 10:28:04

    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

    reply
    0
  • 黄舟

    黄舟2017-04-18 10:28:04

    Restart the computer and it’s OK again

    reply
    0
  • Cancelreply