FAQ

SIC Import Errors

  • try reinstalling using pip install social_interaction_cloud.

  • check that the pip version corresponds to your Python version (if you have both Python 2 and 3 installed on your machine, you may need to run pip3 instead of pip

  • if you installed the SIC package in a Python environment, check that the environment is activated

  • if you’re running the script from an IDE, check that the Python path in your IDE is the same as the one pip used

  • if you’re running the script from the terminal, check that you don’t have multiple Python versions (e.g.: 3.8 and 3.9). If you do, check again that you are running the script with the Python version corresponding to the pip installation path

Cannot start Choregraphe after installation on Linux

Please refer to this page.

“no hardware interface” error when running the devices .jar drivers on the Linux Subsystem for Windows

Install everything on Windows instead of using the Linux subsystem.

Failed to connect to X:X: No such file or directory

  • check that there are no firewalls/antiviruses blocking your ports

  • check that the cert.pem file is in the same directory where you try to run the script

Dialogflow (IAM) Permissions Issues

  1. Open your Dialogflow agent in the browser (dialogflow.google.com)

  2. Navigate to the settings of the agent

  3. Click on the Project ID name. This should redirect you to the Google Cloud account page

  4. Check if the name of the project you are logged in matches the one of your robot Project ID. If it doesn’t select the right project

  5. Navigate to the IAM settings of your Google Cloud account. If the permissions are set correctly you should find both the email you are logged in with in your Google Cloud account, and also the service account email

  6. If one of those emails are missing, add it via the “Grant Access” button at the top of the page

  7. Fill in the missing email in the “Add principals” field, and give it the role of “Owner”. Save.

  8. You should now have the proper permissions to your Dialogflow agent

Tip: You can find your Service Account email by navigating to the “Service Accounts” page