-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings not being saved #117
Comments
Looking at #107, it looks like this may be a similar issue. |
Experiencing the same problem. Can set organization, but when I go to select a project, it has no idea about the organization.
As you can see from this, it doesn't write any file after taking the input of which organization to use. It just takes the input, does nothing with it, and exits. |
I was also getting this, but once I ran |
Operating System
MacOS 15.3.1
Python Version
3.13.2
ClaudeSync Version
0.7.1
Installation Type
New
Configuration
None
Steps to Reproduce
claudesync auth login
(followed instructions, receivedSuccessfully authenticated with claude.ai. Session key stored globally.
)claudesync organization ls
->Error: No active provider set. Please select a provider for this project.
claudesync orgainization set
claudesync project ls
->Error: No active organization set. Please select an organization (claudesync organization set).
claudesync project set
->Error: No active organization set. Please select an organization (claudesync organization set).
Description
The application isn't retaining organization and project information in a way that it can read later.
Doing some naive debugging, it appears that it is not properly reading the settings that seem to be written correctly in
~/.claudesync/config.local.json
. That file contains correct properties foractive_provider
,local_path
, andactive_organization_id
.It seems like the file isn't being properly read from within the virtualized environment?
Of note, similar problems when I try on PopOS 22.04 using
pip install
Logs
The text was updated successfully, but these errors were encountered: