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

Error: No active provider set. Please select a provider for this project. #61

Closed raine closed 1 week ago

raine commented 1 week ago

Hello,

Struggling to get the latest (0.5.6) version to sync.

~/c/myproject % claudesync project create
Enter a title for your new project [myproject]:
Enter the project description [Project created with ClaudeSync]:
Enter the absolute path to your local project directory [/Users/raine/code/myproject]:
Pick the provider to use for this project (claude.ai) [claude.ai]:
Project 'myproject' (uuid: xxx) has been created successfully.

Project setup complete. You can now start syncing files with this project. URL: https://claude.ai/project/xxx
~/c/myproject % claudesync push
Error: No active provider set. Please select a provider for this project.

Not sure why it complains about provider not being set when the claudesync project create command set the provider presumably.

Any ideas? Thanks.

Btw, README appears outdated. References the command claudesync project sync which no longer exists.

jahwag commented 1 week ago

Please create a bug report and fill out the entire form.

raine commented 1 week ago

I have no intention to jump through 10 hoops to leave a simple bug report.

adar2378 commented 1 week ago

same issue in the latest version of claudesync. It just appears when we are trying to sync a files for a project. I ran claudesync push after selecting organization and project.

@jahwag Maybe the docs are outdated, could you please check if you have time? We will fill out a proper bug report later.