| hashar added a subscriber: pmiazga. hashar added a comment. |
/src/gui/node_modules/puppeteer/.local-chromium/linux-579032/chrome-linux/chrome: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory
I guess I will just add the missing package :-/ We have hit similar issue with mediawiki/services/chromium-renderer T180037#3760625 has some explanations. Eventually Puppeteer since 1.7.0 releases two node modules on npmjs:
- puppeteer: which downloads chrome
- puppeteer-core which is just the library
puppeteer can be instructed to skip downloading by setting the environment variable PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 then configure puppeter executable path if CHROME_BIN is defined. An example is: 594e80725e318b80b3fa2e4b42f7a5a9fc2119e6
Eventually @pmiazga bumped that repository to use Puppeteer 1.7.0 (the same that grunt-contrib-qunit is using): 7bcecd5e4d62cd1284fed6716fb9502198f870fe but it hardcodes the path :/
But Puppeteer 1.9.0 comes with a way to override the chrome executable path via PUPPETEER_EXECUTABLE_PATH cffdd76920691ce3ac902d74c2ff6d2e2621c595
Cc: pmiazga, Stashbot, gerritbot, hashar, Addshore, Aklapper, Smalyshev, CucyNoiD, Nandana, NebulousIris, Gaboe420, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, Lucas_Werkmeister_WMDE, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, LawExplorer, Salgo60, Lewizho99, Maathavan, _jensen, D3r1ck01, Liudvikas, Jonas, Xmlizer, Luke081515, thcipriani, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331, Jay8g, greg
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
