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
Hello,
I am developing a program in java which communicates with QBittorrent via qbittorrent-cli. When I use the command "rss feed info" an error occurs.
qbit-cli tries to retrieve information from the console but the JVM does not have a console.
The error is similar to the message found here: https://stackoverflow.com/questions/71918983/call-a-dot-net-console-application-from-java-get-the-error-the-handle-is-invali
Would it be possible to specify the output format as for other commands?
The text was updated successfully, but these errors were encountered:
FYI, I worked around the problem by reading the JSON files stored in the qbittorrent cache.
Sorry, something went wrong.
No branches or pull requests
Hello,
I am developing a program in java which communicates with QBittorrent via qbittorrent-cli.
When I use the command "rss feed info" an error occurs.
qbit-cli tries to retrieve information from the console but the JVM does not have a console.
The error is similar to the message found here:
https://stackoverflow.com/questions/71918983/call-a-dot-net-console-application-from-java-get-the-error-the-handle-is-invali
Would it be possible to specify the output format as for other commands?
The text was updated successfully, but these errors were encountered: