-
Notifications
You must be signed in to change notification settings - Fork 8
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
user information not being retreived from local configuration in Linux #165
Comments
Hey @cristobaltapia Based on your report, you are using blender in a snap package. That is the reason why this is breaking for your. It is also the reason why we do not officially support linux as a target platform for Speckle. I'm not a daily snap user myself, but based on this it should be somewhere in I'm going to close this ticket, since we do not officially support this, but i'd be happy to continue this conversation on our forum https://speckle.community/ |
Hi @JR-Morgan, thanks for your reply. I just gave this another try and found the solution. The problem is not with the location of the configuration files for Blender. The snap package is actually using the config folder under |
Hey @cristobaltapia, thanks for the test. It does makes sense. Speckle uses a centralized config folder under Turns out the blender snap is using |
Hi, thanks for this plugin for speckle. I am trying to use this under Linux. I read the instructions posted here but I am getting the following error:
Expected vs. Actual Behavior
The users shuold be shown in the GUI, however, an error is raised.
Reproduction Steps & System Config (win, osx, web, etc.)
The plugin is installed under
~/.confg/blender/3.5/scripts/addons/bpy_speckle
I have manually added the configuration file under
~/.local/share/Speckle/Accounts
and symlinkedSpeckle/
to~/.config/blender/data/Speckle
.❯ ls -lh .config/blender/data total 0 lrwxrwxrwx 1 tapiac tapiac 33 Mai 30 11:36 Speckle -> /home/tapiac/.local/share/Speckle
In the folder
Accounts
I have placed a json file accoriding to the instructions from here.Running the following commands in the REPL of Blender returns no account:
The text was updated successfully, but these errors were encountered: