-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
After latest pull pyload doesnt accept Clickn Load anymore.
Adding links responds Successful but nothing is added to pyload.
I cleared the configs and started with new dockerfile for testing.
Only enabled Clicknload plugin afterwards. Nothing else.
Expected Behavior
Accepting click n load links and add them to queue or packages
Steps To Reproduce
- pull containe
- start container
- enable clicknload
- add links
- nothing is added but error msg in terminal
Environment
- OS:Debian 12.12
- How docker service was installed: docker.io repoCPU architecture
x86-64
Docker creation
services:
pyload-ng:
image: lscr.io/linuxserver/pyload-ng:latest
container_name: pyload-ng_exp
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ~/downloads:/downloads
- /home/jason/build/pyload_docker_exp:/config
ports:
- 8000:8000
- 9666:9666 #optional
restart: unless-stoppedContainer logs
[custom-init] No custom files found, skipping...
[2026-01-04 20:52:54] INFO pyload *** Welcome to pyLoad 0.5.0 ***
[2026-01-04 20:52:54] WARNING pyload Download folder was specified from the commandline
[2026-01-04 20:52:54] DEBUG pyload Indexing plugins...
[2026-01-04 20:52:55] INFO pyload Activated addons: ClickNLoad, ExternalScripts, TORRENT, UnSkipOnFail, UserAgentSwitcher
[2026-01-04 20:52:55] INFO pyload Deactivate addons: AndroidPhoneNotify, AntiCaptcha, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, Disco
rdNotifier, DownloadScheduler, ExpertDecoders, ExtractArchive, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, UpdateManager, Win
dowsPhoneNotify, XFileSharing, XMPP
[2026-01-04 20:52:55] DEBUG pyload Starting core...
[2026-01-04 20:52:55] DEBUG pyload Debug level: TRACE
[2026-01-04 20:52:55] DEBUG pyload Setup language...
[2026-01-04 20:52:55] DEBUG pyload Setup permissions...
[2026-01-04 20:52:55] INFO pyload User directory: /config
[2026-01-04 20:52:55] INFO pyload Cache directory: /tmp/pyLoad
[2026-01-04 20:52:55] INFO pyload Storage directory: /downloads
[2026-01-04 20:52:55] INFO pyload Storage free space: 150.75 GiB
[2026-01-04 20:52:55] DEBUG pyload Setup network...
[2026-01-04 20:52:55] INFO pyload Activating accounts...
[2026-01-04 20:52:55] INFO pyload Activating plugins...
[2026-01-04 20:52:55] WARNING pyload ADDON TORRENT: torrents / magnets are not associated with any plugin
[2026-01-04 20:52:55] DEBUG pyload ADDON ExternalScripts: No script found under folder `pyload_start`
[2026-01-04 20:52:55] INFO pyload.webui Starting webserver: http://0.0.0.0:8000
[2026-01-04 20:52:55] DEBUG pyload *** pyLoad is up and running ***
Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
[ls.io-init] done.
[2026-01-04 20:52:58] DEBUG pyload.webui CSRF Error: The CSRF token is invalid.
[2026-01-04 20:52:58] DEBUG pyload.webui CSRF Error: The CSRF token is invalid.
[2026-01-04 20:53:00] DEBUG pyload ADDON ClickNLoad: Backend found on http://127.0.0.1:8000
[2026-01-04 20:53:00] INFO pyload ADDON ClickNLoad: Proxy listening on 0.0.0.0:9666
[2026-01-04 20:53:10] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50122
[2026-01-04 20:53:11] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50128
[2026-01-04 20:53:11] DEBUG pyload.webui Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /lsiopy/lib/python3.12/site-packages/py_mini_racer/libmini_racer.so)
Traceback (most recent call last):
File "/lsiopy/lib/python3.12/site-packages/flask/app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.12/site-packages/flask/app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.12/site-packages/pyload/webui/app/blueprints/cnl_blueprint.py", line 56, in decorated_function
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.12/site-packages/pyload/webui/app/blueprints/cnl_blueprint.py", line 35, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.12/site-packages/pyload/webui/app/blueprints/cnl_blueprint.py", line 176, in addcrypted2
jk = eval_js(f"{jk} f()")
^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.12/site-packages/pyload/core/utils/misc.py", line 48, in eval_js
raise value
OSError: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /lsiopy/lib/python3.12/site-packages/py_mini_racer/libmini_racer.so)
[2026-01-04 20:53:12] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50138
[2026-01-04 20:53:12] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50148
[2026-01-04 20:53:12] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50160
[2026-01-04 20:53:12] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50162
[2026-01-04 20:53:12] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50166
[2026-01-04 20:53:14] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50176
[2026-01-04 20:53:14] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:50186
[2026-01-04 20:53:23] DEBUG pyload ADDON ClickNLoad: Connection from 172.20.0.1:47152
[2026-01-04 20:54:14] INFO pyload Received Terminate signal
[2026-01-04 20:54:14] DEBUG pyload Stopping core...
[2026-01-04 20:54:14] INFO pyload ADDON ClickNLoad: Shutting down proxy...
[2026-01-04 20:54:14] DEBUG pyload ADDON ClickNLoad: Server exited successfully
[2026-01-04 20:54:14] DEBUG pyload ADDON ExternalScripts: No script found under folder `pyload_stop`
[2026-01-04 20:54:14] INFO pyload Exiting core..robertzaage, dodekaphilist and engels0n
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done