mazurwiktor / albion-online-stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.
Apache License 2.0
195 stars 63 forks source link

[BUG] qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. #75

Closed codewithpatelo closed 3 years ago

codewithpatelo commented 3 years ago

Describe the bug When running the app in Ubuntu 20:

"qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb."

To Reproduce Steps to reproduce the behavior: Run python3 albion-online-stats.py afther following installation guide on Ubuntu 20 with python 3.8 installed.

Expected behavior Run the app

Desktop (please complete the following information):

Additional context Already tried with sudo and su

mazurwiktor commented 3 years ago

Should be fixed in Should be fixed in https://github.com/mazurwiktor/albion-online-stats/tree/1.0.4 since from now on the app is stored as a normal python package

See: https://pypi.org/project/aostats/