Skip to content
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

Tool oservations and Issues ? #1

Open
LazzaAU opened this issue Mar 18, 2021 · 6 comments
Open

Tool oservations and Issues ? #1

LazzaAU opened this issue Mar 18, 2021 · 6 comments
Assignees

Comments

@LazzaAU
Copy link

LazzaAU commented Mar 18, 2021

I thought today that i'd test the Cli tool out and use it to wipe and reinstall alice. The below is my observations.

  • CLI tool installed on Ubuntu which is running Python 3.8
  • Successfully connected to my "testAlice" rpi 3b+
  1. "prepareSdCard" wouldn't work for me, always returned " please insert sd card " message. I'm using a 32gb sandisk card if that is relevant.
    1.1 "search for a device" - returns no devices, however i have two alices and a satellite on my network
  2. Next option choosen was "install soundcard" - as far as i can tell all went smoothly
  3. Then i tried "install Alice" - CLI tool told me alice aready exists.. erase and reinstall ?....., i said yes
  4. Observation... the venv gets created using python 3.7, should that not be 3.8 at minimum nowadays ?
  5. During initilizer stage i get the below
Missing key **False** in provided yaml file.
[Initializer]	  Config file already existing and user not wanting to rewrite, aborting
[Project Alice]           Starting Alice main unit
  1. start up kept looping due to this error https://paste.ubuntu.com/p/GnGVC7mq2x/ the remedy for that is to "reboot" however there is no automation of that or any indication that a user should reboot to allow Alice to continue
  2. after reboot (Linux balena install #6) the mqtt error sort of disappears, Alice then tried about 3 times to connect, initially had the same as Linux balena install #6, then she tried again and had a audio error so she restarted again , then had another " mqtt keyword error" so she restarted herself again ,and then finally started the rest of the install process.
  3. During the install a dependency was "deepspeech" so it downloaded that. Suggest it doesnt do that as its a huge file and doesnt work well anyway.
  4. Eventually everything installed and Alice started ,
  5. Each reboot i continue to get
[SkillManager]            Skill "Telemetry" does not comply to "activeManager" condition, required "['TelemetryManager']"
  1. each reboot it keeps doing
[Initializer]	  Starting Project Alice initialization
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libxslt1-dev' instead of 'libxslt-dev'
and all the other version checks

I tested the above steps three times. same deal every time i tried.

@Psychokiller1888
Copy link
Member

Did you insert a raspbian OS flashed SD?

@Psychokiller1888
Copy link
Member

To search for devices, it looks up to devices named "raspberrypi" or "projectalice". It looks up the actual network mask you're on and searches on it. 99% of the time those tools won't work with Windows, but on Linux and Mac... Too bad I'm a pro Windows and it works on standard ips (192.168.x.x). No idea if it can scan all these weird 10.x.x.x ips

@LazzaAU
Copy link
Author

LazzaAU commented Mar 18, 2021

That'll make sense then. The pi i was using was

  • a functional Alice install already
  • The devicename was not raspberry or projectalice, it was testAlice.

I figured cause it was a already working install that choosing "install alice" would remove the original ProjectAlice folder and reinstall a new copy and all would go smoothly considering it was working before i started. wasnt the case for me. perhaps i'll try with a clean raspbian OS next time

@Psychokiller1888
Copy link
Member

Psychokiller1888 commented Mar 18, 2021

Reinstalling should work? The cli should tell you there's an install already and ask if overwrite or not?

@LazzaAU
Copy link
Author

LazzaAU commented Mar 18, 2021

yep as per point number 3

@Psychokiller1888 Psychokiller1888 self-assigned this Jan 7, 2022
@Psychokiller1888
Copy link
Member

This should all be good now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants