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

Skip transmission-remote header #25

Open
daviddavo opened this issue Feb 13, 2023 · 1 comment
Open

Skip transmission-remote header #25

daviddavo opened this issue Feb 13, 2023 · 1 comment

Comments

@daviddavo
Copy link

daviddavo commented Feb 13, 2023

Transmission remote returns a line with a header:

$ transmission-remote 127.0.0.1:9091 --authenv --list
    ID   Done       Have  ETA           Up    Down  Ratio  Status       Name
     2   100%   45.27 GB  Done       348.0     0.0   28.3  Seeding      Slayers

Because of this, the first torrents it tries to request is the one with id ID, which fails

@arichiardi
Copy link

arichiardi commented Jul 7, 2023

This is as simple as adding tail -n +2 here.

I could send a PR over if you are ok with it @AndrewMarchukov.

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