Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client

doesn't work on raspberry pi

Open

#49 opened on Dec 1, 2020

View on GitHub
 (14 comments) (0 reactions) (0 assignees)JavaScript (3,511 stars) (407 forks)batch import
good first issuehelp wanted

Description

Describe the bug I tried to build this app on Ubuntu 20.10 for the Raspberry Pi, npm install finished successfully but when running npm start the tray icon appears but nothing else works. clicking on the icon and selecting launch assistant doesn't do anything. I included a screenshot of the terminal output.

To Reproduce Steps to reproduce the behavior:

  1. use build instructions with npm on ubuntu 20.10 on a raspberry pi
  2. when typing npm start I get a few errors from MESA-LOADER and app doesn't work correctly.

Expected behavior I expected google assistant to start when clicking on start assistant in the tray icon menu.

Screenshots image

Desktop:

  • OS: Ubuntu 20.10 for raspberry pi (arm64) on a pi 4b 4gb
  • Version: 1.0.0-rc.2

Additional context I tried running the next command in the build instructions (npm run dist) and it errored out, I think because of the errors when running npm start.

Contributor guide