jahwag / ClaudeSync

ClaudeSync is a Python tool that automates the synchronization of local files with Claude.ai Projects
MIT License
228 stars 29 forks source link

Setup not working #81

Open RasberryKai opened 19 hours ago

RasberryKai commented 19 hours ago

Operating System

MacOS 15.0

Python Version

3.12

ClaudeSync Version

0.6.1

Installation Type

New

Configuration

{ "claude_api_url": "https://api.claude.ai/api", "compression_algorithm": "none", "file_categories": { "all_files": { "description": "All files not ignored", "patterns": [ "" ] }, "all_source_code": { "description": "All source code files", "patterns": [ ".java", ".py", ".js", ".ts", ".c", ".cpp", ".h", ".hpp", ".go", "*.rs" ] }, "build_config": { "description": "Build configuration files", "patterns": [ "/pom.xml", "/build.gradle", "/package.json", "/setup.py", "/Cargo.toml", "/go.mod", "/pyproject.toml", "/requirements.txt", "/*.tf", "*/.yaml", "/*.yml", "/.properties" ] }, "production_code": { "description": "Production source code", "patterns": [ "/src//.java", "/*.py", "/*.js", "*/.ts", "/.vue" ] }, "test_code": { "description": "Test source code", "patterns": [ "/test//.java", "/tests//*.py", "/test_*.py", "*/Test.java" ] }, "uberproject_java": { "description": "Uberproject Java + Javascript", "patterns": [ "/src//*.java", "*/.py", "/*.js", "/*.ts", "*/.vue", "/pom.xml", "/build.gradle", "/package.json", "/setup.py", "/Cargo.toml", "/go.mod", "/pyproject.toml", "/requirements.txt", "/*.tf", "/*.yaml", "*/.yml", "/*.properties" ] } }, "log_level": "INFO", "max_file_size": 32768, "prune_remote_files": true, "submodule_detect_filenames": [ "pom.xml", "build.gradle", "package.json", "setup.py", "Cargo.toml", "go.mod" ], "two_way_sync": false, "upload_delay": 0.5 }

Steps to Reproduce

  1. claudesync auth login
  2. enter the session key
  3. get an error

Description

I got an error upon entering the session key.

Logs

2024-10-18 13:16:42,218 - ERROR - URL Error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
API request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
Failed to retrieve organizations. Please enter a valid sessionKey.
jahwag commented 10 hours ago

@RasberryKai thanks for filing this issue. Have you configured an ssh key?