-
-
Notifications
You must be signed in to change notification settings - Fork 69
Troubleshooting
jahwag edited this page Aug 5, 2024
·
5 revisions
-
Authentication Failures
- Ensure your Claude.ai credentials are correct
- Try logging out and logging in again:
claudesync api logout claudesync api login claude.ai
-
Sync Errors
- Check your internet connection
- Verify file permissions in your local directory
- Ensure you're not exceeding file size limits
-
Performance Issues
- Adjust the
upload_delaysetting - Use
.claudeignoreto exclude unnecessary files
- Adjust the
-
WinError 206 When Syncing Large Files
- This error often occurs when syncing files larger than 32 KB on Windows systems
- To resolve, try using file input for curl data:
claudesync config set curl_use_file_input True - If the issue persists, try reducing the
max_file_sizein your configuration
- "403 Forbidden": Check your API access and session key
- "File too large": Adjust
max_file_sizein configuration - "Connection timeout": Check your network connection
- "WinError 206": See solution above for handling large files on Windows
Enable debug logging:
claudesync config set log_level DEBUG
View logs:
claudesync logs
If you're encountering a WinError or any other persistent issue, it's often helpful to check the debug logs for more detailed error information.
If you're still experiencing problems after trying these solutions:
- Check our FAQ for more common questions and answers
- Search or ask in our Discord server
- Open an issue on our GitHub repository with a detailed description of your problem, including any relevant log outputs
Remember to always ensure you're using the latest version of ClaudeSync, as many issues are resolved in newer releases.