jahwag / ClaudeSync

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

Getting an error when I enter my sessonkey from Chrome tab #64

Closed niiraav closed 1 week ago

niiraav commented 1 week ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Cursor'
  2. Run command 'laudesync auth login'
  3. See the below error when I enter my session key: 2024-09-09 13:59:37,106 - 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. Please enter your sessionKey:

Expected behavior A clear and concise description of what you expected to happen. Get authenticated Error messages If applicable, provide the full error message or stack trace. 2024-09-09 12:30:49,328 - 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.

Environment (please complete the following information):

claudesync config set log_level DEBUG
image