neffo / bing-wallpaper-gnome-extension

GNOME shell extension that syncs your desktop & lock screen wallpaper to Microsoft Bing's Image of the Day.
https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/
GNU General Public License v3.0
299 stars 56 forks source link

null-pointer in extension.js #210

Closed wuhongzhi closed 8 months ago

wuhongzhi commented 1 year ago

Line 795 should check image before access urlbase property

if (image) this.imageIndex = Utils.imageIndex(imageList, image.urlbase); log('_selectImage: ' + this.selected_image + ' = ' + image ? image.urlbase : 'not found');