We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ID
The text was updated successfully, but these errors were encountered:
This is as simple as adding tail -n +2 here.
tail -n +2
I could send a PR over if you are ok with it @AndrewMarchukov.
Sorry, something went wrong.
No branches or pull requests
Transmission remote returns a line with a header:
Because of this, the first torrents it tries to request is the one with id
ID
, which failsThe text was updated successfully, but these errors were encountered: