-
Notifications
You must be signed in to change notification settings - Fork 12
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
'Error occurred when fetching containers' message in Fedora 32 and podman 2.0.3 #13
Comments
I dig into this issue, but I am not at JavaScript expert, but it seems that some cases are not covered from the containers json format document.
The
I am guessing that some error is throwed there and then the menu is not updated successfully. I tried to test locally but it seems that I don't know how to do it successfully. My environment is:
HTH |
Thanks for reporting. |
I did some changes and now it is working on my local. I will create a PR with my changes. Basically the json schema is different. I am testing right now. |
Solved and merged by #15 and also uploaded and merged to https://extensions.gnome.org/extension/1500/containers/ |
In my previous laptop with Fedora 31 this extension worked successfully and it was very productive for me. However I installed on my new laptop with a fresh installation of Fedora 32 but it seems that something is not working on.
I created some containers using podman 2.0.3 but the extension always show me the same message 'Error occured when fetching containers'
I don't know how to see the logs from the gnome extension, I only did:
❯ sudo journalctl /usr/bin/gnome-shell | grep -i container Jul 24 11:34:12 localhost.localdomain gnome-shell[2530]: clutter_container_add_actor: assertion 'CLUTTER_IS_CONTAINER (container)' failed Jul 24 11:34:12 localhost.localdomain gnome-shell[2530]: clutter_container_add_actor: assertion 'CLUTTER_IS_CONTAINER (container)' failed Jul 24 11:34:12 localhost.localdomain gnome-shell[2530]: clutter_container_add_actor: assertion 'CLUTTER_IS_CONTAINER (container)' failed
but without relevant information.
Is it Fedora 32 supported for this extension? Do I need to do something else?
The text was updated successfully, but these errors were encountered: