mbsantiago / whombat

Audio Annotation Tool for ML development
https://mbsantiago.github.io/whombat/
GNU General Public License v3.0
34 stars 6 forks source link

Load module error on Ubuntu 22.04 #39

Open MJWeldy opened 1 month ago

MJWeldy commented 1 month ago

Description

Describe what you were trying to get done.

Opening the new version

Tell us what happened, what went wrong, and what you expected to happen.

The loading scripts output a few load module errors.

Gtk-Message: 08:57:31.614: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
[119615, Main Thread] WARNING: GTK+ module /snap/firefox/5014/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:187

(firefox:119615): Gtk-WARNING **: 08:57:31.670: GTK+ module /snap/firefox/5014/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 08:57:31.670: Failed to load module "canberra-gtk-module"
[119615, Main Thread] WARNING: GTK+ module /snap/firefox/5014/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:187

(firefox:119615): Gtk-WARNING **: 08:57:31.670: GTK+ module /snap/firefox/5014/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 08:57:31.670: Failed to load module "canberra-gtk-module"
If there was a crash, please include the traceback here.

Navigation around the app seems to run fine, but spectrograms are not visualizing.

Best, Matt

mbsantiago commented 1 month ago

Thanks Matt, I'll have a look into that. What browser are you using? I've had good experiences with firefox, but Chrome and Safari seem to struggle with the spectrograms.

MJWeldy commented 1 month ago

Good morning Santiago! I'm using firefox.

mbsantiago commented 1 month ago

Can you please open the developer tools in Firefox, navigate to the network tab and report on what the response of the requests to the /api/v1/spectrograms while navigating on a spectrogram?