-
-
Notifications
You must be signed in to change notification settings - Fork 69
Troubleshooting
jahwag edited this page Aug 5, 2024
·
5 revisions
Certainly! Here is the revised documentation in a more conventional format:
- Verify your Claude.ai credentials.
claudesync api logout
claudesync api login claude.ai- If you encounter a 403 error, try using the CURL provider:
Note for Windows Users: Ensure you have a bash or WSL environment installed to use curl.
claudesync api login claude.ai-curl
- Check your internet connection.
- Verify permissions in your local directory.
- Ensure you're not exceeding file size limits.
- Adjust the
upload_delaysetting.
- Use a
.claudeignorefile to exclude unnecessary files from syncing.
- This error occurs when syncing files larger than 32 KB on Windows.
claudesync config set curl_use_file_input True- Adjust
max_file_sizein your configuration.
claudesync config set log_level DEBUGclaudesync logs- Checking the debug logs can provide more detailed error information for persistent issues.
- FAQ: Check our FAQ for more common questions and answers.
- Discord: Join our Discord server for community support.
- GitHub Issues: Open an issue on our GitHub repository with a detailed description of your problem, including any relevant log outputs.
- Always ensure you're using the latest version of ClaudeSync, as many issues are resolved in newer releases.