June 10, 20197 yr As off January 25, 2022 this image has been deprecated, read the notice here https://info.linuxserver.io/issues/2022-01-25-pyload/ Application Name: Pyload Application Site: https://pyload.net/ Docker Hub: https://hub.docker.com/r/linuxserver/pyload/ Github: https://github.com/linuxserver/docker-pyload Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support. Edited June 13, 20224 yr by linuxserver.io
June 17, 20197 yr 3 hours ago, anylettuce said: default password? tried admin/password but nothing It's admin / password. I just tried. To be honest, prefer jdownloader2 as I can use multiple proxies.
June 30, 20197 yr Is it possible to get this working together with Tampermonkey and solving own ReCaptchaV2?
July 16, 20196 yr Form time to time I get into about update: Docker - pyload [286a..482a]: 2019-07-16 00:10 Notice [VDS] - Docker update 286a..482a A new version of pyload is available If no new version of pyload what change every time when I get notice like above?
July 16, 20196 yr 45 minutes ago, KriS said: If no new version of pyload what change every time when I get notice like above? The OS files inside the pyload container. Think of docker containers as cut down virtual machines. They have an operating system as well as the app inside them.
September 7, 20196 yr 13 minutes ago, TeKo said: Anyone got this to work with letsencrypt nginx reverse proxy? Did you look in the proxy conf folder in letsencrypt container?
September 8, 20196 yr 14 hours ago, saarg said: Did you look in the proxy conf folder in letsencrypt container? There is a subdomain config (I think that wasn't there when I first tried), so its still not working with subfolder? I tried with another docker before and couldn't get subfolder to work even tho they have a prefix or whatever in their settings.
September 8, 20196 yr 2 hours ago, TeKo said: There is a subdomain config (I think that wasn't there when I first tried), so its still not working with subfolder? I tried with another docker before and couldn't get subfolder to work even tho they have a prefix or whatever in their settings. It might just be that none of us is using the app in a subfolder config and nobody else have supplied a working proxy conf. have you tried googling for a working config? A quick Google search led me to this page https://github.com/pyload/pyload/issues/2631
September 11, 20196 yr Yea I tried that, still not really working, but Im going to ask on github. Just thought maybe someone here got it to work with subfolders.
October 27, 20196 yr Does anyone know how to get Pyload to download whole folders such as feeding it a link from archive.org?
April 12, 20206 yr Hello there, I am a complete noob regarding Unraid Server, but I set it up and works. I installed the Pyload Docker, took the standard settings, but when I run it, and go to the settings tab to configure my ddl account it gives me this error in the log file: 92712.04.2020 12:54:42INFOAktivierte Plugins: ClickNLoad, EventMapper, ExternalScripts, ExtractArchive, UnSkipOnFail, UpdateManager, UserAgentSwitcher, XFileSharing 92812.04.2020 12:54:42INFODeaktivierte Plugins: AndroidPhoneNotify, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LinkdecrypterComHook, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, WindowsPhoneNotify, XMPP 92912.04.2020 12:54:42INFODownloadzeit: True 93012.04.2020 12:54:42INFOStarte ThriftBackend: 0.0.0.0:7227 93112.04.2020 12:54:42ERROR<<< UNCAUGHT EXCEPTION >>> 932??Traceback (most recent call last): 933??File "/app/pyload/pyLoadCore.py", line 685, in 934??main() 935??File "/app/pyload/pyLoadCore.py", line 676, in main 936??pyload_core.start() 937??File "/app/pyload/pyLoadCore.py", line 424, in start 938??spaceLeft = freeSpace(self.config["general"]["download_folder"]) 939??File "/app/pyload/module/utils.py", line 116, in freeSpace 940??s = statvfs(folder) 941??OSError: [Errno 2] No such file or directory: '/mount/user/config/' 94212.04.2020 12:54:42INFOStarting builtin webserver: 0.0.0.0:8000 94312.04.2020 12:55:36INFOstarte pyLoad 0.4.20 94412.04.2020 12:55:36INFOBenutze Home-Verzeichnis: /config 94512.04.2020 12:55:36INFOAktivierte Plugins: ClickNLoad, EventMapper, ExternalScripts, ExtractArchive, UnSkipOnFail, UpdateManager, UserAgentSwitcher, XFileSharing 94612.04.2020 12:55:36INFODeaktivierte Plugins: AndroidPhoneNotify, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LinkdecrypterComHook, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, WindowsPhoneNotify, XMPP 94712.04.2020 12:55:36INFODownloadzeit: True 94812.04.2020 12:55:36INFOStarte ThriftBackend: 0.0.0.0:7227 94912.04.2020 12:55:36INFOStarting builtin webserver: 0.0.0.0:8000 95012.04.2020 12:55:36ERROR<<< UNCAUGHT EXCEPTION >>> 951??Traceback (most recent call last): 952??File "/app/pyload/pyLoadCore.py", line 685, in 953??main() 954??File "/app/pyload/pyLoadCore.py", line 676, in main 955??pyload_core.start() 956??File "/app/pyload/pyLoadCore.py", line 424, in start 957??spaceLeft = freeSpace(self.config["general"]["download_folder"]) 958??File "/app/pyload/module/utils.py", line 116, in freeSpace 959??s = statvfs(folder) 960??OSError: [Errno 2] No such file or directory: '/mount/user/config/' Can someone pls point me in the right direction? Thanks in advance.
April 12, 20206 yr 35 minutes ago, Goolicious said: Hello there, I am a complete noob regarding Unraid Server, but I set it up and works. I installed the Pyload Docker, took the standard settings, but when I run it, and go to the settings tab to configure my ddl account it gives me this error in the log file: 92712.04.2020 12:54:42INFOAktivierte Plugins: ClickNLoad, EventMapper, ExternalScripts, ExtractArchive, UnSkipOnFail, UpdateManager, UserAgentSwitcher, XFileSharing 92812.04.2020 12:54:42INFODeaktivierte Plugins: AndroidPhoneNotify, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LinkdecrypterComHook, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, WindowsPhoneNotify, XMPP 92912.04.2020 12:54:42INFODownloadzeit: True 93012.04.2020 12:54:42INFOStarte ThriftBackend: 0.0.0.0:7227 93112.04.2020 12:54:42ERROR<<< UNCAUGHT EXCEPTION >>> 932??Traceback (most recent call last): 933??File "/app/pyload/pyLoadCore.py", line 685, in 934??main() 935??File "/app/pyload/pyLoadCore.py", line 676, in main 936??pyload_core.start() 937??File "/app/pyload/pyLoadCore.py", line 424, in start 938??spaceLeft = freeSpace(self.config["general"]["download_folder"]) 939??File "/app/pyload/module/utils.py", line 116, in freeSpace 940??s = statvfs(folder) 941??OSError: [Errno 2] No such file or directory: '/mount/user/config/' 94212.04.2020 12:54:42INFOStarting builtin webserver: 0.0.0.0:8000 94312.04.2020 12:55:36INFOstarte pyLoad 0.4.20 94412.04.2020 12:55:36INFOBenutze Home-Verzeichnis: /config 94512.04.2020 12:55:36INFOAktivierte Plugins: ClickNLoad, EventMapper, ExternalScripts, ExtractArchive, UnSkipOnFail, UpdateManager, UserAgentSwitcher, XFileSharing 94612.04.2020 12:55:36INFODeaktivierte Plugins: AndroidPhoneNotify, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LinkdecrypterComHook, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, WindowsPhoneNotify, XMPP 94712.04.2020 12:55:36INFODownloadzeit: True 94812.04.2020 12:55:36INFOStarte ThriftBackend: 0.0.0.0:7227 94912.04.2020 12:55:36INFOStarting builtin webserver: 0.0.0.0:8000 95012.04.2020 12:55:36ERROR<<< UNCAUGHT EXCEPTION >>> 951??Traceback (most recent call last): 952??File "/app/pyload/pyLoadCore.py", line 685, in 953??main() 954??File "/app/pyload/pyLoadCore.py", line 676, in main 955??pyload_core.start() 956??File "/app/pyload/pyLoadCore.py", line 424, in start 957??spaceLeft = freeSpace(self.config["general"]["download_folder"]) 958??File "/app/pyload/module/utils.py", line 116, in freeSpace 959??s = statvfs(folder) 960??OSError: [Errno 2] No such file or directory: '/mount/user/config/' Can someone pls point me in the right direction? Thanks in advance. Looks like you might have configured something wrong. Where did you enter /mount/user/config/? It's mentioning that it can't find that folder.
April 12, 20206 yr Yes I saw that. I didn't find that position when I configured pyload in the unraid gui. In fact I left everything as standard. Linux and shell is something I am not that familiar with, that's why I liked Unraid. If it helps I can screenshot everything configured in Unraid.
April 12, 20206 yr I think I found the problem, but not how to solve it. Under the port mappings it says: 0.0.0.0:7227/TCP0.0.0.0:7227 0.0.0.0:8000/TCP0.0.0.0:8000
April 12, 20206 yr Hm, I changed the network type to "host", then it says: Port mappings 192.168.1.98:7227/TCP192.168.1.98:7227 192.168.1.98:8000/TCP192.168.1.98:8000 and under volume mappings: /downloads/mnt/user/media/Filme/ /config/mnt/user/appdata/pyload but still the same problem Edited April 12, 20206 yr by Goolicious
April 12, 20206 yr 59 minutes ago, Goolicious said: Hm, I changed the network type to "host", then it says: Port mappings 192.168.1.98:7227/TCP192.168.1.98:7227 192.168.1.98:8000/TCP192.168.1.98:8000 and under volume mappings: /downloads/mnt/user/media/Filme/ /config/mnt/user/appdata/pyload but still the same problem Better to post your docker run command. How to get the run command is in the dpckerfaq. You also be to tell us what you are configured in pyload settings.
April 12, 20206 yr root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='pyload' --net='host' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'TCP_PORT_8000'='8000' -e 'TCP_PORT_8000'='8000' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/media/Filme/':'/downloads':'rw' -v '/mnt/user/appdata/pyload':'/config':'rw' 'linuxserver/pyload' b20fdaca87f01a8282d1f306c64686254d1d26d3738ce3b61ba3c5860fc5f3ff The command finished successfully!
April 12, 20206 yr 25 minutes ago, Goolicious said: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='pyload' --net='host' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'TCP_PORT_8000'='8000' -e 'TCP_PORT_8000'='8000' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/media/Filme/':'/downloads':'rw' -v '/mnt/user/appdata/pyload':'/config':'rw' 'linuxserver/pyload' b20fdaca87f01a8282d1f306c64686254d1d26d3738ce3b61ba3c5860fc5f3ff The command finished successfully! And which changes did you do in pyload?
April 12, 20206 yr In PyLoad directly I changed nothing. First thing I wanted to do, is go to settings to enter my DDL credentials, but this tab does not appear. Instead, it shows the error message that /mount/user/config/ can't be found.
April 13, 20206 yr 12 hours ago, Goolicious said: In PyLoad directly I changed nothing. First thing I wanted to do, is go to settings to enter my DDL credentials, but this tab does not appear. Instead, it shows the error message that /mount/user/config/ can't be found. I just checked here and installing a new container works. So that means you have configured something wrong, my guess the download folder in pyload. So remove the container and the appdata folder and start from scratch. Be sure to read the docker faq first so you understand how file paths works inside the container. It seems that is where you messed it up.
April 13, 20206 yr It WORKED. I guess deleting the folder under appdata, after deinstalling pyload made the trick. Thanks again.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.