pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
490 stars 93 forks source link

aria2p crashes if its open and a download was added by some other means to the aria2 daemon. #85

Closed ghost closed 9 months ago

ghost commented 3 years ago

Describe the bug if aria2p is open and a new download was added to the aria2 server with some other program aria2p crashes without any visible logs.

To Reproduce Steps to reproduce the behavior:

  1. Open aria2p
  2. Add some downloads to the aria2c daemon with some other program
  3. aria2p will crash

Expected behavior aria2p just refreshes without crashing.

Screenshots N/A

System (please complete the following information):

Additional context The download was added using the command line manually.

pawamoy commented 3 years ago

Hello, thank you for the report!

Could you share the command you used to add the download? Also, could you try to reproduce while logs are activated?

aria2p -L TRACE -P aria2p.log
pawamoy commented 9 months ago

Lack of info, closing.