Common Issues
Quick solutions for the most frequent problems.
"I can't access your health data"
Your AI assistant says it doesn't have access to your health data.
Quick Fix Checklist:
- ✅ Are you using the right platform? (Claude Desktop with config, or Custom GPT)
- ✅ Is your API key correct?
- ✅ Is WHOOP connected in your dashboard?
- ✅ Has your token expired? (Check dashboard)
Claude Desktop:
- Verify
claude_desktop_config.jsonhas the correct API key - Restart Claude Desktop completely (Cmd+Q, not just close)
- Look for the tools icon (hammer/wrench)
ChatGPT:
- Make sure you're using your Custom GPT, not regular ChatGPT
- Check that the Action is configured with Bearer authentication
- Verify your API key in the Action settings
"No data available"
Queries return empty or say no data was found.
Possible causes:
| Cause | Solution |
|---|---|
| Data not synced | Wait 15-30 min after waking, check WHOOP app |
| Wrong date range | Try "this week" instead of specific dates |
| Token expired | Reconnect WHOOP in dashboard |
| New user | Need at least one night of data |
"Rate limit exceeded"
You've hit your monthly request limit.
Check your usage:
- Go to app.wellpipe.io
- View your usage stats
- Free tier: 1,000 requests/month
- Pro tier: Unlimited
Options:
- Wait until next month (resets on the 1st)
- Upgrade to Pro ($5/month)
- Reduce query frequency
"Authentication failed" or "Invalid token"
Your connection to WHOOP has expired or is invalid.
Fix:
- Go to app.wellpipe.io
- Click Reconnect on the WHOOP card
- Authorize on WHOOP again
"Connection refused" or Network Errors
Can't connect to Wellpipe services.
Check:
- Your internet connection
- Wellpipe service status
- Firewall settings (for Claude Desktop)
If using Claude Desktop, ensure Node.js can make outbound HTTPS requests.
Claude Desktop: Tools Not Appearing
The hammer/wrench icon doesn't show in Claude Desktop.
Fix:
- Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Mac:
- Verify JSON syntax is valid (use a JSON validator)
- Check the API key is correct
- Completely quit Claude Desktop (Cmd+Q on Mac)
- Reopen Claude Desktop
Common config mistakes:
- Missing comma between servers
- Typo in
mcpServerskey - Extra spaces in API key
Wrong WHOOP Account
Connected to the wrong WHOOP account.
Fix:
- Click Disconnect in dashboard
- Clear cookies for whoop.com in your browser
- Click Connect again
- Log into the correct WHOOP account
Or use an incognito/private browser window.
Data Seems Outdated
WHOOP app shows newer data than Wellpipe returns.
Causes:
- WHOOP API propagation delay (5-10 minutes)
- Cached responses (try asking again)
Fix:
- Wait a few minutes
- Ask specifically for "today" or "last night"
- Try disconnecting and reconnecting WHOOP
Still Stuck?
If none of these solutions work:
-
Check the specific page:
-
Report an issue:
- GitHub Issues
- Include: What you tried, error messages, platform details