Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 18 Next »

Please, if you don’t find your issue, problem, or error reported here below yet, contact Bella Gardner (i.v.gardner@student.vu.nl) or Jacopo di Matteo (j.m.di.matteo@vu.nl) to inform them about a common problem which other students might also run into.

When you report an issue, please include at least the following:

  • Short description of your problem (one or two sentences);

  • the platform that you are using (Windows, Linux, Mac);

  • the error information/details from your console;

  • steps to reproduce the problem.

As we go along the course, we will fill this page with common errors we find.

Solved Errors

Installation

Can’t clone repository because of access rights https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account

Libraries and Modules

Redis not found on Windows + VsCode: Since redis is not supported on windows we install it through WSL (Linux), so naturally it won't be accessible through regular Powershell terminal, therefore before running redis commands I had to connect to WSL Ubuntu (command: wsl -d Ubuntu), and then try to run the redis command, which worked for me.

Shoutout to the student who gave me this solution!

Repository

Intent and Slot Classifier

Training your NLU model but met errors with 'NoneType' although you did developed the model:

Due to how the imports are set up and because the nlu (intent and slot classifier) service is part of the social-interaction-cloud python package when you make changes you need to make sure to reinstall the social interaction cloud via pip install .

image-20250109-041005.png

MARBEL Agent

Unsolved Errors - with Possible Solutions

Issue with PyAudio (on MacBook):

Image 07-01-2025 at 17.49.jpg

Try: conda install portaudio pyaudio (if this works, please let us know, so we can mark this issue to resolved)


Microphone issue:

Error similar to the one below, related to DesktopMicrophoneSensor. Most likely, this happens when you try to access the microphone more than once. Make sure you don’t run the code in more than one environment simultaneously.


Completely Unsolved Errors

  • No labels