samyun / southwest-price-drop-bot

Bot that watches Southwest flights for price drops.
Other
74 stars 41 forks source link

Missing package for puppeteer chrome #88

Open utdrmac opened 1 year ago

utdrmac commented 1 year ago
southwest_app    | /home/app/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:241
southwest_app    |             reject(new Error([
southwest_app    |                    ^
southwest_app    |
southwest_app    | Error: Failed to launch the browser process!
southwest_app    | /home/app/node_modules/puppeteer/.local-chromium/linux-982053/chrome-linux/chrome: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory
southwest_app    |

Had to add libgbm1 to the apt install in the Dockerfile.