BlenderKit / BlenderKit

Official BlenderKit add-on for Blender 3D. Documentation: https://github.com/BlenderKit/blenderkit/wiki
https://www.blenderkit.com
GNU General Public License v2.0
146 stars 22 forks source link

I am on a steam version of blender on macOS and I attempt to open the menu at the top of the viewport, but a black bar with an x shows up, as well as "Cannot search, client is not accessible. (search.py:329)" in red under the black box. I have no Idea what this means. #1214

Open fckjars opened 3 months ago

fckjars commented 3 months ago

Bug Description

When I...

Environment Information - Bug happens on:

Error Logs

No response

Steps to Reproduce

agajdosi commented 3 months ago

Hello @fckjars, thank you for the report. BlenderKit-Client is a background process which offloads some of the work from the Blender process to make it faster. In case of search the request goes like this: addon ----> Client ----> server. Client has to run.

Could you please provide us the console logs from the Blender, so we can see why is not the Client starting?

Quick fix should be:

  1. locate Global Directory - it is shown in the add-on preferences, by default in HOME/blenderkit_data
  2. in global directory go to client/bin/v1.1.1
  3. start the Client's .exe file which is there
  4. start Blender, add-on will connect to the Client which you have just started in step 3