qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.15k stars 3.97k forks source link

Empty content tab after upgrade to v4.2.0 on Ubuntu 18.04 headless. #11667

Closed adamryczkowski closed 4 years ago

adamryczkowski commented 4 years ago

qBittorrent version and Operating System

v4.2.0

If on linux, libtorrent-rasterbar and Qt version

RC_1_2

What is the problem

Content tab is completely blank after migration to v4.2.0. Apparently undocumented dependency issue. Fresh reinstall from source, running as diferent user does not fix the problem. What fixed the issue was running from qbittorrent-nox on the different machine.

What is the expected behavior

Nice new sortable content tab.

Steps to reproduce

On Ubuntu 18.04 headless LXC container, install qbittorrent-nox from ppa deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu bionic main or the git source using the dependencies documented on Wiki. Note that the installation using source kept requiring qmake even though I selected --disable-gui command switch to the ./configre step.

Kolcha commented 4 years ago

faced exactly the same problem after upgrade 4.1.7 -> 4.2.0 using libtorrent 1.1 (own build), fixed by just clearing browser cache and removing cookies. used Firefox on macOS.

adamryczkowski commented 4 years ago

Yes. That fixed the problem. Thank you!