Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webserver not accessable #4232

Closed
BeCube1 opened this issue Dec 16, 2022 · 1 comment
Closed

Webserver not accessable #4232

BeCube1 opened this issue Dec 16, 2022 · 1 comment
Assignees
Labels
bug Something isn't working pyLoad Next

Comments

@BeCube1
Copy link

BeCube1 commented Dec 16, 2022

Hi,

i installed Pyload-ng on a clean Ubuntu 22.04, Jammy, ARMHF-Platform:

sudo apt-get -y install wget mc nano lsof
sudo apt-get -y install  python3-pil  python3-openssl  python3-pycurl tesseract-ocr  gocr  python3-django  openssl  unrar-free  rhino

sudo apt install -y libffi-dev rustc cargo libssl-dev

sudo apt-get update
sudo apt-get upgrade

sudo apt install -y python3-pip
sudo pip install --upgrade pip

sudo pip install --pre pyload-ng[all]
reboot
/usr/bin/python3 /usr/local/bin/pyload_

(no error-Messages until all installations)

IP-V6 manually deactivated

i can't attach the WebUi :-(

Please, could someone help me?

Output Ports:

lsof -i -P -n
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
systemd-n 64 systemd-network 17u IPv4 495725 0t0 UDP 192.168.73.143:68
systemd-n 64 systemd-network 20u IPv6 495972 0t0 UDP [fe80::8043:a9ff:fecb:640e]:546
systemd-r 72 systemd-resolve 13u IPv4 494448 0t0 UDP 127.0.0.53:53
systemd-r 72 systemd-resolve 14u IPv4 494449 0t0 TCP 127.0.0.53:53 (LISTEN)
python3 168 root 5u IPv4 509282 0t0 TCP 127.0.0.1:8000 (LISTEN)
python3 168 root 7u IPv4 509325 0t0 TCP *:9666 (LISTEN)

Output Pyload:
[2022-12-16 18:10:14] INFO pyload *** Welcome to pyLoad 0.5.0 ***
[2022-12-16 18:10:14] DEBUG pyload Indexing plugins...
[2022-12-16 18:10:15] INFO pyload Activated plugins: ClickNLoad, ExternalScripts, TORRENT, UnSkipOnFail, UserAgentSwitcher
[2022-12-16 18:10:15] INFO pyload Deactivate plugins: 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
[2022-12-16 18:10:16] DEBUG pyload Starting core...
[2022-12-16 18:10:16] DEBUG pyload Debug level: TRACE
[2022-12-16 18:10:16] DEBUG pyload Setup language...
[2022-12-16 18:10:16] DEBUG pyload Setup permissions...
[2022-12-16 18:10:16] INFO pyload User directory: /root/.pyload
[2022-12-16 18:10:16] INFO pyload Cache directory: /tmp/pyLoad
[2022-12-16 18:10:16] INFO pyload Storage directory: /root/Downloads/pyLoad
[2022-12-16 18:10:16] INFO pyload Storage free space: 52.06 GiB
[2022-12-16 18:10:16] DEBUG pyload Setup network...
[2022-12-16 18:10:16] INFO pyload Activating accounts...
[2022-12-16 18:10:16] INFO pyload Activating plugins...
[2022-12-16 18:10:16] DEBUG pyload ADDON ExternalScripts: No script found under folder pyload_start
[2022-12-16 18:10:16] WARNING pyload ADDON TORRENT: torrents / magnets are not associated with any plugin
[2022-12-16 18:10:16] INFO pyload.webui Starting webserver: http://localhost:8000
[2022-12-16 18:10:16] DEBUG pyload *** pyLoad is up and running ***
[2022-12-16 18:10:21] DEBUG pyload ADDON ClickNLoad: Backend found on http://[::1]:8000
[2022-12-16 18:10:21] INFO pyload ADDON ClickNLoad: Proxy listening on 0.0.0.0:9666

Thanks for a hint :-)

@BeCube1 BeCube1 added bug Something isn't working pyLoad Next labels Dec 16, 2022
@BeCube1
Copy link
Author

BeCube1 commented Jan 10, 2023

Bohhh, found it :-)
Reinstall the whole with the actual version.
Change in "pyload.cfg" the "ip host"-Line to the IP-Address in my local network (192.1......).
Now it works.
(lsof shows me the listening to my local address and not to 127.0.0.1 and the same in the output of the pyload-start " pyload.webui Starting webserver: http://192.1...." )

@BeCube1 BeCube1 closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pyLoad Next
Development

No branches or pull requests

2 participants