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

CLI -a/--all option crashes #212

Open
jacobgkau opened this issue Jan 8, 2024 · 1 comment
Open

CLI -a/--all option crashes #212

jacobgkau opened this issue Jan 8, 2024 · 1 comment

Comments

@jacobgkau
Copy link
Member

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.

@kraanzu
Copy link

kraanzu commented Sep 13, 2024

Facing the same issue. Were you able to fix it? @jacobgkau

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

No branches or pull requests

2 participants