在启动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
}
}
磁盘分区信息:
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