mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WEBUI: Can't rename sub-folder/file if parent folder rename didn't complete when dialog window opened #17393
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#17393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Asinin3 on GitHub (Dec 24, 2025).
qBittorrent & operating system versions
qBit 5.1.4
TrueNAS CE 25.10
Docker 27.5.0
What is the problem?
Can't rename sub-files or sub-folders if parent folder rename was in progress when dialog window was opened even if it completed the parent folder rename before you hit the rename button.
Steps to reproduce
In qBit's WEBUI:
This error will occur even if you wait for the parent folder rename to complete, or click OK on the javascript error and try to rename it again as the window remains open.
Additional context
It seems that qBit is saving the path when the rename window is opened instead of when you actually click the rename button, and when it errors it doesn't check the path again to see if it changed so you have to close the rename window then open it again and type the name in again, which is a bit of a pain.
Obvious work-around is to rename sub-files/folders before parent folders, or wait for renaming to complete but for me that can take 6-10 seconds.
Log(s) & preferences file(s)
I checked logs and qbit doesnt seem to log file/folder renames, only torrent relocations, there was nothing in the logs for the rename at all, not even succesful renames of content files. Just the javascript error I showed.