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
Distribution (run cat /etc/os-release): Pop!_OS 22.04 LTS
Related Application and/or Package Version (run apt policy $PACKAGE NAME):689f408
Issue/Bug Description: When trying to use the CLI with the -a or --all option, I get the following error:
jacob@serw13:~/Downloads$ sudo RUST_BACKTRACE=full popsicle -a pop-os_22.04_amd64_intel_debug_693.iso
Backtrace (most recent call first):
File "<unknown>", line 0, in __libc_start_main
The application panicked (crashed).
requires the `rt` Tokio feature flag
in /build/popsicle-jqXChf/popsicle-1.3.3~1704419077~22.04~689f408/vendor/tokio/src/blocking.rs, line 24
thread: main
Steps to reproduce (if you know): Try to image using the CLI and include the -a or --all option.
Expected behavior: All disks should be listed for the user to confirm before flashing (or they should begin flashing, if -y was passed).
Other Notes: Discovered while testing #210, but the issue is also present in master.
The text was updated successfully, but these errors were encountered:
Distribution (run
cat /etc/os-release
): Pop!_OS 22.04 LTSRelated Application and/or Package Version (run
apt policy $PACKAGE NAME
): 689f408Issue/Bug Description: When trying to use the CLI with the
-a
or--all
option, I get the following error:Steps to reproduce (if you know): Try to image using the CLI and include the
-a
or--all
option.Expected behavior: All disks should be listed for the user to confirm before flashing (or they should begin flashing, if
-y
was passed).Other Notes: Discovered while testing #210, but the issue is also present in master.
The text was updated successfully, but these errors were encountered: