You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I installed PopOS which runs gnome 42.9, and it appears that there's an error during importing.
The stacktrace doesn't indicate it's necesarially an issue with your code, but I was wondering if it was something you'd be willing to look into and see if it's a bug in the code, or something Gnome broke (wouldn't be surprised if it's gnome):
Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
The text was updated successfully, but these errors were encountered:
The follows API was recently deprecated and I've changed it to the new API. Bit I haven't tested the code. Anyways, this code is only in the gnome 44 release.
Yep, those changes seem to have mostly fixed it. The settings seems to crash frequently. Although it is a minimal change to scope and an ID, so I don't know why it would be crashing now when it never did before.
I think soon enough PopOS will do away with gnome as the default WDE anyway, so I have to figure out what I want to do about it 😅
Hey there, I installed PopOS which runs gnome 42.9, and it appears that there's an error during importing.
The stacktrace doesn't indicate it's necesarially an issue with your code, but I was wondering if it was something you'd be willing to look into and see if it's a bug in the code, or something Gnome broke (wouldn't be surprised if it's gnome):
The text was updated successfully, but these errors were encountered: