mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
General and Trackers tabs remain empty when selecting a torrent #12295
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#12295
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 @eternitus on GitHub (Jul 28, 2021).
Bug report
Checklist
Description
qBittorrent info and operating system(s)
If on Linux,
libtorrent-rasterbarandQtversionsWhat is the problem
I encounter the exact same problem as @ouraios in the issue #14566 .
When I select a torrent in the webUI, the tabs "General", "Trackers", "Peers", "HTTP Sources" and "Content" are empty.
I also get the same error as @ouraios in my browser's console :

Uncaught SyntaxError: Identifier 'selectedTracker' has already been declared at prop-trackers.js:1Unfortunately, I don't know if the fix #14587 is present in v4.3.6 or not, and what should I do to add it to my installation.
Thanks!
Detailed steps to reproduce the problem
What is the expected behavior
Info should be displayed on these tabs.
Extra info (if any)
(type here)
Attachments
@thalieht commented on GitHub (Jul 28, 2021):
It's present. Try clearing browser cache and cookies if you haven't already,
@eternitus commented on GitHub (Jul 28, 2021):
I can confirm that it does indeed work...
The error might have been caused by having in my browser's cache data from my old version of qBittorrent.
Thanks a lot for the help and very sorry for the bother.