fedarovich / qbittorrent-cli

Command line interface for QBittorrent
MIT License
291 stars 16 forks source link

Invalid output with command "rss feed info" #104

Open Tr4ncer opened 2 months ago

Tr4ncer commented 2 months ago

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.

image

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?

Tr4ncer commented 2 months ago

FYI, I worked around the problem by reading the JSON files stored in the qbittorrent cache.