Moon-0xff / gnome-mpris-label

A music related GNOME extension.
GNU General Public License v3.0
51 stars 10 forks source link

Gio.js Warning: Too many arguments #15

Closed Moon-0xff closed 9 months ago

Moon-0xff commented 1 year ago

The extension writes to journalctl this warning from time to time:

JS WARNING: [resource:///org/gnome/gjs/modules/core/overrides/Gio.js 287]: Too many arguments to method Gio.AsyncInitable.init_async: expected 3, got 4

You can trigger this by disabling the extension and enabling it again with an mpris source active.

Batwam commented 1 year ago

looks like this is a bug in Gio.js which should be resolved upstream shortly: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1988393

https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/790

Moon-0xff commented 9 months ago

Solved. No idea when though 😅

Batwam commented 9 months ago

I guess that still counts as a win!