General and Trackers tabs remain empty when selecting a torrent #12295

Closed
opened 2026-02-21 22:34:03 -05:00 by deekerman · 2 comments
Owner

Originally created by @eternitus on GitHub (Jul 28, 2021).

Bug report

Checklist

  • I have read the issue reporting section in the contributing guidelines, so I know how to submit a good bug report with the required information
  • I have verified that the issue is not fixed and is reproducible in the latest version
  • (optional but recommended) I have verified that the issue is not fixed and is reproducible in the latest CI build
  • I have checked the frequent/common issues list and searched the issue tracker for similar bug reports (including closed ones) to avoid posting a duplicate
  • This report is not a support request or question, both of which are better suited for either the discussions section, forum, or subreddit. The wiki did not contain a suitable solution either
  • I have pasted/attached the settings file and relevant log(s) in the Attachments section at the bottom of the report. Mandatory: the settings file and at least the most recent log. See this wiki page if you're not sure where to find them.

Description

qBittorrent info and operating system(s)

If on Linux, libtorrent-rasterbar and Qt versions

  • Qt: v5.11.3
  • libtorrent-rasterbar: v.1.2.14

What 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.

Capture d’écran 2021-07-28 à 16 52 22 Capture d’écran 2021-07-28 à 16 52 28 Capture d’écran 2021-07-28 à 16 52 33

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:1
Capture d’écran 2021-07-28 à 16 54 20

Unfortunately, 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

  1. (type here)
  2. (type here)
  3. (etc.)

What is the expected behavior

Info should be displayed on these tabs.

Extra info (if any)

(type here)

Attachments

Originally created by @eternitus on GitHub (Jul 28, 2021). # Bug report <!-- ############################################################################### WARNING! IGNORING THE INSTRUCTIONS IN THIS TEMPLATE WILL RESULT IN THE ISSUE BEING CLOSED AS INCOMPLETE/INVALID ############################################################################### --> ## Checklist <!-- ################################## IMPORTANT ################################## As you read and fulfill each of the following requirements below, put an "x" between the square brackets to mark each task as done, like so: [x] --> - [x] I have read the **issue reporting section** in the [contributing guidelines](https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md), so I know how to submit a good bug report with the required information - [x] I have verified that the **issue is not fixed and is reproducible** in the **[latest version](https://www.qbittorrent.org/download.php)** - [ ] (optional but recommended) I have verified that the **issue is not fixed and is reproducible** in the **[latest CI build](https://github.com/qbittorrent/qBittorrent/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush)** - [x] I have **checked the [frequent/common issues list](https://github.com/qbittorrent/qBittorrent/projects/2)** and **searched** the issue tracker for similar bug reports (including closed ones) **to avoid posting a duplicate** - [x] This report is **not a support request or question**, both of which are better suited for either the [discussions section](https://github.com/qbittorrent/qBittorrent/discussions), [forum](https://qbforums.shiki.hu/), or [subreddit](https://www.reddit.com/r/qBittorrent/). The [wiki](https://github.com/qbittorrent/qBittorrent/wiki) did not contain a suitable solution either - [x] I have **pasted/attached the settings file and relevant log(s)** in the **Attachments** section at the bottom of the report. Mandatory: the settings file and at least the most recent log. See [this wiki page](https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings) if you're not sure where to find them. ## Description <!-- ################################## IMPORTANT ################################## Delete each "(type here)" indicator and type your text in their place in the subsections below. You MUST fill in ALL subsections marked with "(type here)" with the appropriate information. Please make sure the description is worded well enough to be understood. Provide steps to reproduce the issue, any additional relevant information, suggested solution (if applicable) and as much context and examples as possible. For more information consult the Contributing Guidelines at https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md. Do not forget about the mandatory attachments! Use the Preview tab before posting to make sure your report looks like it is formatted properly. You don't need to delete these comments, they won't show up in the final post. --> ### qBittorrent info and operating system(s) <!-- IMPORTANT: if you did not get the qBittorrent installer from the links in the official website or if you did not install it from the PPA, please mention that after the version --> - qBittorrent version: v4.3.6 - Compiled by following the instructions here : [Compilation: Raspberry Pi OS and DietPi](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Raspberry-Pi-OS-and-DietPi) - Operating system(s) where the issue occurs: Raspbian 10 ### If on Linux, `libtorrent-rasterbar` and `Qt` versions - Qt: v5.11.3 - libtorrent-rasterbar: v.1.2.14 ### What 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. <img width="906" alt="Capture d’écran 2021-07-28 à 16 52 22" src="https://user-images.githubusercontent.com/1146233/127344423-a8467c08-814c-43d0-ac8a-013653564881.png"> <img width="799" alt="Capture d’écran 2021-07-28 à 16 52 28" src="https://user-images.githubusercontent.com/1146233/127344428-51b22087-2664-4137-b388-fa92f5e7df17.png"> <img width="941" alt="Capture d’écran 2021-07-28 à 16 52 33" src="https://user-images.githubusercontent.com/1146233/127344431-e2cafc71-e716-45e6-a1c8-96078cb3d884.png"> 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:1` <img width="524" alt="Capture d’écran 2021-07-28 à 16 54 20" src="https://user-images.githubusercontent.com/1146233/127344685-6864d9a5-33b1-46d7-92bf-b0886a747c75.png"> Unfortunately, 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 1. (type here) 2. (type here) 3. (etc.) ### What is the expected behavior Info should be displayed on these tabs. ### Extra info (if any) (type here) ## Attachments <!-- paste file contents here (or attach the files if they are big), do NOT link to external sites -->
deekerman 2026-02-21 22:34:03 -05:00
Author
Owner

@thalieht commented on GitHub (Jul 28, 2021):

Unfortunately, I don't know if the fix #14587 is present in v4.3.6 or not

It's present. Try clearing browser cache and cookies if you haven't already,

@thalieht commented on GitHub (Jul 28, 2021): >Unfortunately, I don't know if the fix #14587 is present in v4.3.6 or not It's present. Try clearing browser cache and cookies if you haven't already,
Author
Owner

@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.

@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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#12295
No description provided.