Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Deprecated] Linuxserver.io - Pyload

Featured Replies

linuxserver_medium.thumb.png.1a1b72c0261ab08ba68264e44a679ad6.png

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 by linuxserver.io

default password?

tried admin/password but nothing

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.

  • 2 weeks later...

Is it possible to get this working together with Tampermonkey and solving own ReCaptchaV2?

  • 3 weeks later...

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?

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.

  • 1 month later...

Anyone got this to work with letsencrypt nginx reverse proxy?

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?

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.

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

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.

  • 1 month later...

Does anyone know how to get Pyload to download whole folders such as feeding it a link from archive.org?

  • 5 months later...

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.

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.

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.

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

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 by Goolicious

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.

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!

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?

I just changed "bridge" as recommended to "host". But it doesn't work either way.

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. 

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.

ok, ill try that. thanks a lot.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.