Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #70. Search in web UI is broken due to python3 issue. #79

Closed
wants to merge 1 commit into from

Conversation

ryan0n
Copy link

@ryan0n ryan0n commented Jun 12, 2020

In linuxserver/qbittorrent:latest as of 2020-06-11, the search feature of web-ui is broken. Examining docker logs for a clue, I saw the error:

Could not parse Nova search engine capabilities, msg:
Error: Traceback (most recent call last):
File "/config/data/qBittorrent/nova3/nova2.py", line 36, in
import urllib.parse
ImportError: No module named parse

When I bash into the container and run python --version it says python 2. My change makes python 3 the default python binary to use.

@thelamer
Copy link
Member

thelamer commented Jul 5, 2020

resolved in #77

@thelamer thelamer closed this Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants