2019-12-09 12:53:40 +00:00
# Storage Troubleshooting
2019-12-18 19:10:24 +00:00
## Error: Routing: not found
2019-12-09 12:53:40 +00:00
```sh
WARN main lotus/main.go:72 routing: not found
```
2019-12-18 18:40:47 +00:00
- This miner is offline.
2019-12-09 12:53:40 +00:00
2019-12-18 19:10:24 +00:00
## Error: Failed to start deal
2019-12-09 12:53:40 +00:00
```sh
WARN main lotus/main.go:72 failed to start deal: computing commP failed: generating CommP: Piece must be at least 127 bytes
```
2019-12-18 18:40:47 +00:00
- There is a minimum file size of 127 bytes.
2019-12-11 01:50:13 +00:00
2019-12-18 19:10:24 +00:00
## Error: 0kb file response during retrieval
2019-12-11 01:50:13 +00:00
2019-12-18 21:46:09 +00:00
In order to retrieve a file, it must be sealed. Miners can check sealing progress with this command:
2019-12-11 01:50:13 +00:00
```sh
lotus-storage-miner sectors list
```
2019-12-18 21:46:09 +00:00
When sealing is complete, `pSet: NO` will become `pSet: YES` . From now on the **Data CID** is [retrievable ](https://docs.lotu.sh/en+retrieving-data ) from the **Lotus Storage Miner** .