chanderlud / giga-grabber

A very fast and stable Mega downloader
MIT License
38 stars 4 forks source link

CLI For no GUI #4

Open fdciabdul opened 4 months ago

fdciabdul commented 4 months ago

can you add cli version for this?

tried with xvfb and its not help

image

chanderlud commented 4 months ago

Hi, Giga Grabber v0.0.1 uses a CLI so you could try that. If you would like to contribute a CLI to the latest version of Giga Grabber I would appreciate it.

The error you are getting when you try to run Giga Grabber with xvfb should be fixable, I would recommend checking the winit repository and see if anyone else has gotten that error before.

BilalKhanlol commented 2 weeks ago

[server build 4/4] RUN --mount=type=bind,source=src,target=src --mount=type=bind,source=Cargo.toml,target=Cargo.toml --mount=type=bind,source=Cargo.lock,target=Cargo.lock --mount=type=cache,target=/app/target/ --mount=type=cache,target=/usr/local/cargo/git/db --mount=type=cache,target=/usr/local/cargo/registry/ cargo build --locked --release && cp ./target/release/giga_grabber /bin/server: 1.288 Updating crates.io index 1.290 error: failed to get mega as a dependency of package giga_grabber v1.1.4 (/app) 1.290 1.290 Caused by: 1.290 failed to load source for dependency mega 1.290 1.290 Caused by: 1.290 Unable to update /app/mega-rs 1.290 1.290 Caused by: 1.290 failed to read /app/mega-rs/Cargo.toml 1.290 1.290 Caused by: 1.290 No such file or directory (os error 2)

failed to solve: process "/bin/sh -c cargo build --locked --release && cp ./target/release/$APP_NAME /bin/server" did not complete successfully: exit code: 101

any fix??

chanderlud commented 2 weeks ago

Hi could I get a little bit more information about what version of Giga Grabber you are trying to build?