claabs / epicgames-freegames-node

Automatically login and find available free games the Epic Games Store. Sends you a prepopulated checkout link so you can complete the checkout after logging in. Supports multiple accounts, login sessions, and scheduled runs.
https://hub.docker.com/r/charlocharlie/epicgames-freegames
MIT License
1.33k stars 89 forks source link

can someone help me ? #272

Closed aaamraj closed 6 months ago

aaamraj commented 1 year ago

npm run start:ts

epicgames-freegames-node@4.1.0 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 singhamraj07@gmail.com user: "singhamraj07@gmail.com" [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: "singhamraj07@gmail.com"
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)
GoliathLabs commented 1 year ago

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?