-
-
Notifications
You must be signed in to change notification settings - Fork 69
Troubleshooting
jahwag edited this page Aug 14, 2024
·
5 revisions
- Verify Claude.ai credentials
- Perform a logout and login:
claudesync api logout claudesync api login claude.ai - If encountering a 403 error, switch to the CURL provider:
Note: Windows users must ensure bash/WSL is installed.
claudesync api login claude.ai-curl
Upgrade cURL to the latest version. For Windows users, refer to the detailed installation guide.
- Check internet connection stability
- Verify local directory permissions
- Ensure files do not exceed configured size limits
- Adjust the
upload_delaysetting:claudesync api ratelimit --delay <value_in_seconds> - Implement a
.claudeignorefile to exclude unnecessary files
- Enable file input for cURL:
claudesync config set curl_use_file_input True - Adjust maximum file size:
claudesync api max-filesize --size <value_in_bytes>
To enable detailed logging:
claudesync config set log_level DEBUG
To view logs:
claudesync logs
Always ensure you are using the latest version of ClaudeSync for optimal performance and bug fixes.