can't access webUI on qbittrorrent-nox

Linux specific questions, problems.
Post Reply
astrocrab

can't access webUI on qbittrorrent-nox

Post by astrocrab »

hello!
i have remote server under ubuntu 12.04 lts with qbittorrent-nox installed.
when i start QB from console i see next:
# qbittorrent-nox
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"

******** Information ********
To control qBittorrent, access the Web UI at http://localhost:8080
The Web UI administrator user name is: admin
The Web UI administrator password is still the default one: adminadmin
This is a security risk, please consider changing your password from program preferences.
12/06/2015 00:39:43 - The Web UI is listening on port 8080
12/06/2015 00:39:44 - qBittorrent is successfully listening on interface 0.0.0.0 port: TCP/6881
12/06/2015 00:39:44 - qBittorrent is successfully listening on interface :: port: TCP/6881


but when i try to access webUI for my local machine by typing "xx.xx.xx.xx:8080" in any web browser i got This webpage is not available after a minute or so.
trying to access webUI from the same server with qbittorrent lead to the same result.
and i can't see "External IP: XXX.XXX.XXX.XXX" line when QB starts
how could i detect the problem and solve it?

thank you

for examplem this in nmap output from another tty:
# nmap xx.xx.xx.xx

Starting Nmap 5.21 ( http://nmap.org ) at 2015-06-12 00:42 UTC
Nmap scan report for eth0.9.local (xx.xx.xx.xx)
Host is up (0.000010s latency).
Not shown: 997 closed ports
PORT    STATE SERVICE
111/tcp  open  rpcbind
6881/tcp open  bittorrent-tracker
8080/tcp open  http-proxy

Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds


where xx.xx.xx.xx is a real ip of ubuntu server
Last edited by astrocrab on Fri Jun 12, 2015 12:59 am, edited 1 time in total.
ciaobaby

Re: can't access webUI on qbittrorrent-nox

Post by ciaobaby »

Install the missing library. http://site.icu-project.org/download

libicuXX is a Unicode library that is a QT dependency
lgallard

Re: can't access webUI on qbittrorrent-nox

Post by lgallard »

@astrocrab you need libicu48 package to provide the libicui18n.so.48 file as you can check here: http://packages.ubuntu.com/precise/amd6 ... 8/filelist

Therefore:

Code: Select all

sudo aptitude update
sudo aptitude install libicu48
Post Reply