mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI: When the python3 executable isn't found WebUI silently doesn't do anything when the user tried to add search plugins #15033
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#15033
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 @yurivict on GitHub (Oct 17, 2023).
qBittorrent & operating system versions
qBittorrent-4.5.5
What is the problem?
No error or warning in WebUI when there is no python3 executable, and the user tried to add search plugins.
GUI does produce warnings in this situation.
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
No response
@realdevnullius commented on GitHub (Oct 17, 2023):
I'm the user stuck with this problem. More details and steps taken can be found here: https://forum.qbittorrent.org/viewtopic.php?t=11055&start=30
@luzpaz commented on GitHub (Mar 25, 2024):
@realdevnullius any progress on this ? (it looks like a workaround was found?)
@luzpaz commented on GitHub (Aug 29, 2024):
@glassez any chance you have a moment to fix this for our FreeBSD friends ?
@glassez commented on GitHub (Aug 29, 2024):
It is WebUI issue, isn't it? I have no enough skills to deal with it.
@luzpaz commented on GitHub (Aug 29, 2024):
@skomerko given your recent webui contributions, perhaps you could look into this? TIA
@yurivict commented on GitHub (Aug 29, 2024):
When cmake configures the project, it knows the real path to the current python executable. (python3 is just a symlink.)
cmake should configure the project to use the real python path instead of python3.
@inphobia commented on GitHub (Sep 1, 2024):
just a comment, on windows v5.1.0alpha1 (64-bit) libtorrent2 with python 3.1.2 installed under local user the python executable is just
python.exe.windows 11 however seems to have
python.exe&python3.exeas part of "app installer". you can check this undersettings -> apps -> advanced app settings -> app execution aliases.i "fixed" python in qbittorrent by adding the local version in the %PATH% env setting and placing it pretty high, but now i see that app installer also has a python.exe this can lead to issues.
btw, if you execute python or python3 on a windows 11 23h2 it will actually just open the ms store on the python download page.
not sure what's the best solution here.
using the full path will however require you to change it every time you update python since it also includes the full version number.