Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
.env example: https://github.com/jef/streetmerchant/blob/main/.env-example |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: I was missing the packages listed in the second link - once I apt-installed them chrome started working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Streetmerchant not starting
installed Git
installed Node
updated Node to 14.15.01 (nvm)
installed Streetmerchant
I can't see any .env file, edited it on my PC, tried to get it to Linux, didn't work.
eribaeri@penguin:~/streetmerchant$ npm run start
it says:
STREETMERCHANT
3.1.0
[12:21:16 PM] warn :: nvidia is deprecated in favor of bestbuy
[12:21:17 PM] info :: ℹ selected stores: nvidia
[12:21:17 PM] info :: ℹ selected series: 3060ti, 3070, 3080, 3090, rx6800, rx6800xt, rx6900xt, ryzen5600, ryzen5800, ryzen5900, ryzen5950, sonyps5c, sonyps5de, xboxss, xboxsx
[12:21:25 PM] error :: ✖ something bad happened, resetting streetmerchant in 5 seconds Failed to launch the browser process!
/home/eribaeri/streetmerchant/node_modules/puppeteer/.local-chromium/linux-818858/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
{
"stack": "Error: Failed to launch the browser process!\n/home/eribaeri/streetmerchant/node_modules/puppeteer/.local-chromium/linux-818858/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory\n\n\nTROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md\n\n at onClose (/home/eribaeri/streetmerchant/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:193:20)\n at Interface. (/home/eribaeri/streetmerchant/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:183:68)\n at Interface.emit (events.js:327:22)\n at Interface.close (readline.js:424:8)\n at Socket.onend (readline.js:202:10)\n at Socket.emit (events.js:327:22)\n at endReadableNT (_stream_readable.js:1327:12)\n at processTicksAndRejections (internal/process/task_queues.js:80:21)"
}
Also i wasn't able to install ca-certificates with the command from Wiki
Please help me, i need the program to run on my laptop since i am not home too often.
Greetings,
Erik
Beta Was this translation helpful? Give feedback.
All reactions