alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
789 stars 66 forks source link

Download path for newly added files is wrong #43

Closed ferrouswheel closed 3 years ago

ferrouswheel commented 3 years ago

Files added with this Chrome plugin have the wrong download path.

I have configured aria2 to use a specific directory: /mnt/Media/incoming

However, new files are added with /Media/incoming as the directory, and the download fails.

If I add the file manually using my webserver install of Aria2-ng, then it works fine. The same if I start a download using aria2c from the CLI.

The plugin used to work fine. So I think there may be a cache problem?

ferrouswheel commented 3 years ago

I looked in the chrome extension options and there was a separate field for the download directory that was incorrect. I don't remember changing this at all, but it works now.

alexhua commented 3 years ago

I looked in the chrome extension options and there was a separate field for the download directory that was incorrect. I don't remember changing this at all, but it works now.

Yes, be careful to set your download path since there is no path verification right now.