podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

'Push Image' command from Images page has no exception handling

Open dgolovin opened this issue 1 year ago • 1 comments
trafficstars

Bug description

When 'Push Image' command invoked from image drop down menu fails it does not report error to user. It just keeps going forever.

https://github.com/containers/podman-desktop/assets/620330/0b400f84-6399-40a1-8c8f-eeedc23449e5

The code has no exception handling for window.pushImage call

https://github.com/containers/podman-desktop/blob/7401b2e3472fc594c783eae805a64ccaf5fd3e80/packages/renderer/src/lib/image/PushImageModal.svelte#L80

Operating system

macOS M1 Sonoma 14.3

Installation Method

Other

Version

next (development version)

Steps to reproduce

No response

Relevant log output

No response

Additional context

No response

dgolovin avatar Apr 24 '24 05:04 dgolovin

This is probably a dupe of #4528.

deboer-tim avatar Apr 24 '24 12:04 deboer-tim

I encountered this issue today, though in my case the dialog closes instead of staying open forever.

Screenshot 2024-07-11 at 12 30 44 PM

evanshortiss avatar Jul 11 '24 19:07 evanshortiss