Page 1 of 1

A missing package

Posted: Tue Jun 02, 2020 10:01 am
by Luis_M
Hallo,

ich habe folgendes Problem.

Im Interface des MusicBots wird immer folgende Meldung angezeigt:
A missing package on the host system was found. A system administrator should check the console output for more informations.

In den Logs konnte ich dazu leider nur die oben genannte Meldung finden, aber keine Ursache.

Der Bot ist auf Ubuntu 18.04 installiert. Auch Python hat die Version 2.7.17. Diese müsste doch eigentlich ausreichen?!

Vielen Dank schonmal im Voraus für euere Hilfe.

LG
Luis

Re: A missing package

Posted: Tue Jun 02, 2020 8:54 pm
by Crypto90
Steht genau da was zu tun ist:
check the console output for more informations
Vermutlich sind es die neuen Pakete für den embedded WebBrowser:
Code: Select all
apt-get install libdbus-glib-1-2 libgtk-3-0

Re: A missing package

Posted: Tue Jun 02, 2020 10:42 pm
by Luis_M
Hallo,

vielen Dank.

Kann geschlossen werden.

LG
Luis