trizen / youtube-viewer

Lightweight YouTube client for Linux
https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html
Artistic License 2.0
1.19k stars 86 forks source link

need an array ref to convert to GArray #422

Closed zensubz closed 1 year ago

zensubz commented 1 year ago

Hi,

The latest release v3.10.3 (commit 6edff6a) throws the following error for gtk-youtube-viewer (as seen when run via terminal):

need an array ref to convert to GArray at /usr/bin/gtk-youtube-viewer line 2778.

(gtk-youtube-viewer:17763): GdkPixbuf-WARNING **: 15:57:57.920: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
need an array ref to convert to GArray at /usr/bin/gtk-youtube-viewer line 2778.

Request @trizen to kindly fix this. Thanks in advance.

zensubz commented 1 year ago

Perhaps, commit 3e7e062 might have contributed to this. The error/warning msgs are gone if I revert it.