Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Error in gnome shell extensions page after installing. #251

Open
mspatil32 opened this issue Nov 5, 2024 · 4 comments · May be fixed by #258
Open

Getting Error in gnome shell extensions page after installing. #251

mspatil32 opened this issue Nov 5, 2024 · 4 comments · May be fixed by #258

Comments

@mspatil32
Copy link

mspatil32 commented Nov 5, 2024

Hi,
After installing this extension, getting Error in the webpage (snapshot attached below).
Please help.
The error was caused while I updated the extension.

image

Below is the journalctl log.

image

Thanks,
Mallikarjun.

@electromidz
Copy link

electromidz commented Nov 11, 2024

I have the same problem no idea about that and remove all extensions and Bing extensions but still having this issue

@hparlak
Copy link

hparlak commented Dec 9, 2024

Same problem

@remiceres
Copy link

Hello,

I had the same problem, and I fixed it by commenting out line 930 in extension.js:

log('_selectImage: ' + this.selected_image + ' = ' + (image && image.urlbase) ? image.urlbase : 'not found');

Then, I restarted the session. I hope this temporary fix works for you as well.

Source: #246 (comment)

@hparlak
Copy link

hparlak commented Dec 11, 2024

Hello,

I had the same problem, and I fixed it by commenting out line 930 in extension.js:

log('_selectImage: ' + this.selected_image + ' = ' + (image && image.urlbase) ? image.urlbase : 'not found');

Then, I restarted the session. I hope this temporary fix works for you as well.

Source: #246 (comment)

This workaround worked for me too. Waiting for a proper solution.

@hmenke hmenke linked a pull request Jan 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants