Is there an existing issue for this?
Current Behavior
Hi,
I can't log in into the web interface on Firefox.
In the console log he seems to work but nothing happened :
It works only with HTTPS (web proxy) and on Google Chrome.
Expected Behavior
No response
Steps To Reproduce
- docker compose up -d
- Go to the web interface
- Log in with your user
- See nothing happend, but in the log
pyload User '' successfully logged in.
Environment
- OS:Debian 12
- How docker service was installed: with docker compose.
CPU architecture
x86-64
Docker creation
services:
pyload-ng:
image: lscr.io/linuxserver/pyload-ng:latest
container_name: pyload-ng
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- ./applications/pyload-ng/config:/config
- /mnt/hdd/ddl:/downloads
ports:
- 8000:8000
#- 9666:9666 #optional
restart: always
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
pyLoad: https://PayPal.Me/nitzo2001/0usd
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 0.5.0b3.dev89-ls184
Build-date: 2025-07-25T19:31:06+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[2025-07-31 23:34:11] INFO pyload *** Welcome to pyLoad 0.5.0 ***
[2025-07-31 23:34:11] WARNING pyload Download folder was specified from the commandline
[2025-07-31 23:34:11] DEBUG pyload Indexing plugins...
[2025-07-31 23:34:11] INFO pyload Activated addons: ClickNLoad, ExternalScripts, TORRENT, UnSkipOnFail, UserAgentSwitcher
[2025-07-31 23:34:11] INFO pyload Deactivate addons: AndroidPhoneNotify, AntiCaptcha, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, ExtractArchive, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, UpdateManager, WindowsPhoneNotify, XFileSharing, XMPP
[2025-07-31 23:34:12] DEBUG pyload Starting core...
[2025-07-31 23:34:12] DEBUG pyload Debug level: TRACE
[2025-07-31 23:34:12] DEBUG pyload Setup language...
[2025-07-31 23:34:12] DEBUG pyload Setup permissions...
[2025-07-31 23:34:12] INFO pyload User directory: /config
[2025-07-31 23:34:12] INFO pyload Cache directory: /tmp/pyLoad
[2025-07-31 23:34:12] INFO pyload Storage directory: /downloads
[2025-07-31 23:34:12] INFO pyload Storage free space: 150.28 GiB
[2025-07-31 23:34:12] DEBUG pyload Setup network...
[2025-07-31 23:34:12] INFO pyload Activating accounts...
[2025-07-31 23:34:12] INFO pyload Activating plugins...
[2025-07-31 23:34:12] DEBUG pyload ADDON ExternalScripts: No script found under folder `pyload_start`
[2025-07-31 23:34:12] WARNING pyload ADDON TORRENT: torrents / magnets are not associated with any plugin
[2025-07-31 23:34:12] INFO pyload.webui Starting webserver: https://0.0.0.0:8000
[2025-07-31 23:34:12] DEBUG pyload *** pyLoad is up and running ***
Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
[ls.io-init] done.
[2025-07-31 23:34:17] DEBUG pyload ADDON ClickNLoad: Backend found on http://127.0.0.1:8000
[2025-07-31 23:34:17] INFO pyload ADDON ClickNLoad: Proxy listening on 0.0.0.0:9666
[2025-07-31 23:35:50] INFO pyload User '' successfully logged in [CLIENT: ]
[2025-07-31 23:36:29] INFO pyload User '' successfully logged in [CLIENT: ]
[2025-07-31 23:38:23] INFO pyload User '' successfully logged in [CLIENT: ]
[2025-07-31 23:38:37] INFO pyload User '' successfully logged in [CLIENT: ]
Is there an existing issue for this?
Current Behavior
Hi,
I can't log in into the web interface on Firefox.
In the console log he seems to work but nothing happened :
It works only with HTTPS (web proxy) and on Google Chrome.
Expected Behavior
No response
Steps To Reproduce
pyload User '' successfully logged in.Environment
CPU architecture
x86-64
Docker creation
services: pyload-ng: image: lscr.io/linuxserver/pyload-ng:latest container_name: pyload-ng environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris volumes: - ./applications/pyload-ng/config:/config - /mnt/hdd/ddl:/downloads ports: - 8000:8000 #- 9666:9666 #optional restart: alwaysContainer logs
[migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support the app dev(s) visit: pyLoad: https://PayPal.Me/nitzo2001/0usd To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── Linuxserver.io version: 0.5.0b3.dev89-ls184 Build-date: 2025-07-25T19:31:06+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... [2025-07-31 23:34:11] INFO pyload *** Welcome to pyLoad 0.5.0 *** [2025-07-31 23:34:11] WARNING pyload Download folder was specified from the commandline [2025-07-31 23:34:11] DEBUG pyload Indexing plugins... [2025-07-31 23:34:11] INFO pyload Activated addons: ClickNLoad, ExternalScripts, TORRENT, UnSkipOnFail, UserAgentSwitcher [2025-07-31 23:34:11] INFO pyload Deactivate addons: AndroidPhoneNotify, AntiCaptcha, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, ExtractArchive, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, UpdateManager, WindowsPhoneNotify, XFileSharing, XMPP [2025-07-31 23:34:12] DEBUG pyload Starting core... [2025-07-31 23:34:12] DEBUG pyload Debug level: TRACE [2025-07-31 23:34:12] DEBUG pyload Setup language... [2025-07-31 23:34:12] DEBUG pyload Setup permissions... [2025-07-31 23:34:12] INFO pyload User directory: /config [2025-07-31 23:34:12] INFO pyload Cache directory: /tmp/pyLoad [2025-07-31 23:34:12] INFO pyload Storage directory: /downloads [2025-07-31 23:34:12] INFO pyload Storage free space: 150.28 GiB [2025-07-31 23:34:12] DEBUG pyload Setup network... [2025-07-31 23:34:12] INFO pyload Activating accounts... [2025-07-31 23:34:12] INFO pyload Activating plugins... [2025-07-31 23:34:12] DEBUG pyload ADDON ExternalScripts: No script found under folder `pyload_start` [2025-07-31 23:34:12] WARNING pyload ADDON TORRENT: torrents / magnets are not associated with any plugin [2025-07-31 23:34:12] INFO pyload.webui Starting webserver: https://0.0.0.0:8000 [2025-07-31 23:34:12] DEBUG pyload *** pyLoad is up and running *** Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded! [ls.io-init] done. [2025-07-31 23:34:17] DEBUG pyload ADDON ClickNLoad: Backend found on http://127.0.0.1:8000 [2025-07-31 23:34:17] INFO pyload ADDON ClickNLoad: Proxy listening on 0.0.0.0:9666 [2025-07-31 23:35:50] INFO pyload User '' successfully logged in [CLIENT: ] [2025-07-31 23:36:29] INFO pyload User '' successfully logged in [CLIENT: ] [2025-07-31 23:38:23] INFO pyload User '' successfully logged in [CLIENT: ] [2025-07-31 23:38:37] INFO pyload User '' successfully logged in [CLIENT: ]