autogpt-gui icon indicating copy to clipboard operation
autogpt-gui copied to clipboard

FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)

Open elven2016 opened this issue 1 year ago • 1 comments

can not startup ,when exec the command npm start ,it appears the following error

npm start

[email protected] start electron .

[26406:0612/201648.101773:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) /home/xxx/Auto-GPT/autogpt-gui/node_modules/electron/dist/electron exited with signal SIGTRAP

elven2016 avatar Jun 12 '23 12:06 elven2016

Has been happening everywhere a chromium based app is run with a newer nvidia kernel module (or the entire kernel). You can run with --no-sandbox to bypass or change kernel.

mancvso avatar Aug 04 '23 11:08 mancvso