(14 条评论) (0 个反应) (0 位负责人)JavaScript (411 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (3,630 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南