Initial commit
This commit is contained in:
21
skills/document-sync/references/TROUBLESHOOTING.md
Normal file
21
skills/document-sync/references/TROUBLESHOOTING.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Troubleshooting
|
||||
|
||||
## Common Errors
|
||||
|
||||
### Connection Refused
|
||||
```json
|
||||
{"error": "Network error: Connection refused"}
|
||||
```
|
||||
**Fix**: Start document server in the correct folder document-server with: (`docker-compose up -d`)
|
||||
|
||||
### File Not Found
|
||||
```json
|
||||
{"error": "File not found: /path/to/file"}
|
||||
```
|
||||
**Fix**: Check file path is correct
|
||||
|
||||
### Document Not Found
|
||||
```json
|
||||
{"error": "Document not found: doc_xxx"}
|
||||
```
|
||||
**Fix**: Run `doc-query` to find correct document ID
|
||||
Reference in New Issue
Block a user