You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only see the commands d.get_name, d.get_base_path, d.get_base_filename, and d.get_complete in js/content.js. I am not sure why they aren't translated to d.name, d.base_path, d.base_filename, and d.complete, respectively, and I'm not sure if this is the actual root of the problem or not.
The text was updated successfully, but these errors were encountered:
@Abbotta4 Could you try the existing release on Arch Linux, to see if you can reproduce the problem?
It would be helpful to know if this is a version specific issue or if it can be reproduced anywhere on our master branch.
@Abbotta4 Could you try the existing release on Arch Linux, to see if you can reproduce the problem? It would be helpful to know if this is a version specific issue or if it can be reproduced anywhere on our master branch.
I actually was having this problem on 4.2.10 originally and tried updating to 4.3.0 to ensure I was on the latest version before submitting a bug, so I can confirm this is present on 4.2.10 as well.
Please complete the following tasks.
Tell us about your environment
Web Browser: Google Chrome 123.0.6312.86
ruTorrent: 4.3.0
PHP: 8.3.4
OS: Arch Linux
Tell us how you installed ruTorrent
I used the existing AUR PKGBUILD found here with the 4.3.0 tarball
Describe the bug
I can not move downloaded files with the right-click menu in rtorrent
Steps to reproduce
Expected behavior
The files should be moved to the new directory and ruTorrent should update to reflect the new location
Additional context
No Error is printed to the log module of rutorrent, but there is output to the configured error.log file:
I only see the commands
d.get_name
,d.get_base_path
,d.get_base_filename
, andd.get_complete
in js/content.js. I am not sure why they aren't translated tod.name
,d.base_path
,d.base_filename
, andd.complete
, respectively, and I'm not sure if this is the actual root of the problem or not.The text was updated successfully, but these errors were encountered: