CloneableApp / Cloneable

The best free, open source, all-in-one website downloader tool for offline browsing, archiving, and backups.
https://cloneable.app/
GNU General Public License v3.0
65 stars 18 forks source link

Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT #6

Open LittleEntity opened 2 months ago

LittleEntity commented 2 months ago

Download/cloning fails with following error message:

Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT

How can I fix this?

Thank you ^^

TimboInSpace commented 1 month ago

I was able to get past this by adding a symlink to my existing wget:

# Change to app directory that was cloned
cd Clonable/build
# Add a symlink to wget
mkdir -p linux/bin && cd linux/bin
ln -s $(which wget) .

After doing that, it ran fine. Granted, I was missing a slightly different path to wget, but the fix is probably the same.

:pray: thank you, developer, for this excellent tool! It is very convenient for creating static copies of websites