epicgames-freegames-node icon indicating copy to clipboard operation
epicgames-freegames-node copied to clipboard

can someone help me ?

Open aaamraj opened this issue 3 years ago • 1 comments

npm run start:ts

[email protected] start:ts DEBUG=puppeteer-extra-plugin:portal* ts-node src/index.ts

puppeteer-extra-plugin:portal Initialized { webPortalConfig: { listenOpts: { port: 3000 }, baseUrl: 'https://epic.exmaple.com', localtunnel: false } } +0ms puppeteer-extra-plugin:portal basePath: / +0ms [2022-09-07 09:17:48.840 +0000] INFO: Started epicgames-freegames-node [2022-09-07 09:17:48.864 +0000] INFO: Checking free games for [email protected] user: "[email protected]" [2022-09-07 09:17:49.217 +0000] ERROR: Failed to launch the browser process! /home/runner/epicgames-freegames-node/node_modules/puppeteer/.local-chromium/linux-991974/chrome-linux/chrome: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory

TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md

user: "[email protected]"
err: {
  "type": "Error",
  "message": "Failed to launch the browser process!\n/home/runner/epicgames-freegames-node/node_modules/puppeteer/.local-chromium/linux-991974/chrome-linux/chrome: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory\n\n\nTROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md\n",
  "stack":
      Error: Failed to launch the browser process!
      /home/runner/epicgames-freegames-node/node_modules/puppeteer/.local-chromium/linux-991974/chrome-linux/chrome: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
      
      
      TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
      
          at onClose (/home/runner/epicgames-freegames-node/node_modules/puppeteer/src/node/BrowserRunner.ts:275:9)
          at Interface.<anonymous> (/home/runner/epicgames-freegames-node/node_modules/puppeteer/src/node/BrowserRunner.ts:261:50)
          at Interface.emit (node:events:402:35)
          at Interface.emit (node:domain:475:12)
          at Interface.close (node:readline:586:8)
          at Socket.onend (node:readline:277:10)
          at Socket.emit (node:events:402:35)
          at Socket.emit (node:domain:475:12)
          at endReadableNT (node:internal/streams/readable:1343:12)
          at processTicksAndRejections (node:internal/process/task_queues:83:21)

aaamraj avatar Sep 07 '22 09:09 aaamraj

We need a bit more context. What system is your freegames-node running on? Are you using the Docker container or running it locally? What steps are required to reproduce this issue?

GoliathLabs avatar Sep 13 '22 17:09 GoliathLabs