Troubleshooting Guide
Quick solutions to common FLTR issues.Authentication Issues
401 Unauthorized
Error:- Wrong API key
- Missing “Bearer” prefix
- Key has been revoked
- Extra whitespace in header
403 Forbidden
Error:- OAuth scope doesn’t include required permission
- Accessing another user’s resources
- Check OAuth scopes
- Verify resource ownership
- Use correct authentication method
Search Issues
No Results Returned
Causes:- Document still processing
- No matching content
- Wrong dataset ID
- Overly specific filters
-
Wait for processing:
-
Try broader queries:
-
Verify dataset:
-
Remove filters:
Low Relevance Scores
Causes:- Poor quality embeddings
- Mismatched terminology
- Short content chunks
-
Enable reranking:
-
Add metadata:
-
Improve chunking:
- Keep related content together
- Add context to chunks
- Use descriptive titles
Upload Issues
413 Payload Too Large
Error:-
Split large files:
-
Compress files:
-
Extract text first:
Processing Failed
Error:| Code | Cause | Solution |
|---|---|---|
invalid_pdf | Corrupted/encrypted PDF | Remove encryption, repair file |
extraction_failed | Can’t extract text | Convert to different format |
timeout | File too large | Split into smaller files |
unsupported_format | Unknown file type | Use supported formats |
-
Remove PDF encryption:
-
Convert format:
-
Repair corrupted PDF:
Use online tools or
pdftk:
Rate Limit Issues
429 Too Many Requests
Error:-
Implement backoff:
-
Use batch endpoints:
-
Cache results:
-
Upgrade authentication:
- API Key: 1,000/hour
- OAuth: 15,000/hour (15x more!)
Network Issues
Connection Timeout
Causes:- Network connectivity issues
- Firewall blocking requests
- DNS resolution failure
-
Check connectivity:
-
Increase timeout:
-
Check firewall:
- Allow outbound HTTPS (port 443)
- Whitelist
api.fltr.com
SSL/TLS Errors
Error:-
Update CA certificates:
-
Verify TLS version:
Integration Issues
Zapier Not Receiving Data
Causes:- Wrong field paths
- Response not parsed
- Timeout
-
Check raw output:
- Click on Zapier step
- View “Raw Output” tab
- Verify data structure
-
Use correct paths:
-
Test webhook:
- Send test request
- Check Zapier task history
- Verify headers
Make.com Mapping Issues
Causes:- Array iteration problem
- Missing data
-
Use Iterator:
- Add Iterator module
- Connect to
{{http.data.results}} - Process each result
-
Map correctly:
Getting Help
If you’re still stuck:Email Support
Check Status
See if there’s an outage
Documentation
Browse complete docs
GitHub Issues
Report bugs or request features
Debug Checklist
When troubleshooting:- Check API status at status.fltr.com
- Verify API key is correct and active
- Check rate limit headers
- Review error message and code
- Test with cURL to isolate issue
- Check request/response logs
- Verify dataset/document IDs exist
- Try simple request first
- Check for network/firewall issues
- Review recent code changes