URL to RSS plugin – Puppeteer does not work (with log errors)

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #7766


      Diftely
      Participant
      Post count: 1

      Hello,

      I followed the instructions given here to install Puppeteer on my VPS (but not DigitalOcean): https://coderevolution.ro/knowledge-base/faq/how-to-install-puppeteer-globally-on-a-digitalocean-droplet/

      And I got the following error in the WordPress plugin log:

      [13-Jun-2023 09:57:41 Europe/London] puppeteer failed to run, error: /var/www/fastuser/data/www/copyzwriter.top/wp-content/plugins/rss-feed-from-any-site/res/puppeteer/puppeteer.js:10 process.on(‘unhandledRejection’, up => { throw up }) ^ Error: Failed to launch the browser process! /var/www/fastuser/data/www/copyzwriter.top/node_modules/puppeteer/.local-chromium/linux-1036745/chrome-linux/chrome: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md at onClose (/var/www/fastuser/data/www/copyzwriter.top/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:290:20) at Interface.<anonymous> (/var/www/fastuser/data/www/copyzwriter.top/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:278:24) at Interface.emit (events.js:412:35) at Interface.close (readline.js:530:8) at Socket.onend (readline.js:254:10) at Socket.emit (events.js:412:35) at endReadableNT (internal/streams/readable.js:1333:12) at processTicksAndRejections (internal/process/task_queues.js:82:21)

      I do not know how to solve it by myself 🙁 Any help would be appreciated.

       

    • #7767


      Szabi – CodeRevolution
      Keymaster
      Post count: 4194

      Hello,

      First of all, thank you for your purchase.

      The above error suggests that you are missing a library requirement for Puppeteer.

      Please install: libasound.so.2

      Run commands:

      sudo apt-get update
      sudo apt-get install libasound2

      Regards, Szabi – CodeRevolution.

    • #7776


      Diftely
      Participant
      Post count: 1

      Many thanks, I was able to solve it with your indications here.

    • #7778


      Szabi – CodeRevolution
      Keymaster
      Post count: 4194

      I am glad to hear this.

      Regards.

Viewing 3 reply threads

The topic ‘URL to RSS plugin – Puppeteer does not work (with log errors)’ is closed to new replies.