kylon / Sharedown

Electron application to download Sharepoint videos (especially meant for students)
GNU General Public License v3.0
349 stars 40 forks source link

"No chromium executable found" when Importing urls from folder #79

Closed Bercio closed 5 months ago

Bercio commented 10 months ago

I had the same problem when downloading single urls but after setting the location of the chromium executable the error message went away for single urls, but still remains when using the" importing urls from folder" feature. I've built sharedown from source with npm and have

Chromium Version 119.0.6045.159 (Official Build) snap (64-bit) Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Kernel Version: 5.15.0-88-generic (64-bit) Graphics Platform: X11 Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 7,5 GiB of RAM Graphics Processor: Mesa Intel® Xe Graphics

kylon commented 10 months ago

weird, not sure how that can happen, why are you not using the built in chromium?

if you get the error with its own chromium, when you say building, you mean appimage? if yes, is puppeteer folder complete in the build directory? make sure the .puppeteerrc.cjs file is in sharedown folder

kylon commented 5 months ago

closing for inactivity