Hi all,
Because of recent change to the stable branch (interactive captcha have been merged),
In order for pyLoad to keep run correctly, everyone must update their pyLoad installation to the latest stable branch.
How to do so:
http://<PYLOAD_IP>/info and write down the value of Installation Folder and Config Folder.<Config Folder>\userplugins directory.stable branch from https://github.com/pyload/pyload/archive/stable.zip<Installation Folder> overwriting the old files (the zip file contains a pyload-stable root directory - you must extract the files without this directory, e.g: pyload-stable\pyLoadCore.py becomes pyLoadCore.py and so on..).Good luck.
Extract stable.zip into
overwriting the old files (the zip file contains a pyload-stable root directory - you must extract the files without this directory, e.g: pyload-stablepyLoadCore.py becomes pyLoadCore.py and so on..). Can you please explain how can i do this, without move file by file?
rm -rf <Config Folder>/userplugins
cd <Installation Folder>
wget https://github.com/pyload/pyload/archive/stable.zip
unzip ./stable.zip
cp -rf pyload-stable/* .
rm -rf ./pyload-stable
rm -f ./stable.zip
Maybe you should put a link into the Readme to this issue for anybody who needs this information?
Maybe you should put a link into the Readme to this issue for anybody who needs this information?
Its time to release new installation packages :flushed:
Any hope for a release 0.5.0 with this update? I have the linuxserver container and I don't know how can I update that file :(
Most helpful comment