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

[BUG] <cannot install search plugins in version 4.6.3-r0-ls318> #297

Closed
1 task done
shine-fire opened this issue Mar 12, 2024 · 3 comments
Closed
1 task done

[BUG] <cannot install search plugins in version 4.6.3-r0-ls318> #297

shine-fire opened this issue Mar 12, 2024 · 3 comments

Comments

@shine-fire
Copy link

shine-fire commented Mar 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I cannot install any serach plugins through the UI interface, when i click "Install new plugin" after fill the url, the UI interface not any respose.

Expected Behavior

I will install serach plugin success

Steps To Reproduce

  1. open UI interface --> "Search" --> "search plugins" --> "Install new plugin" --> fill url --> "Ok"
  2. Nothing responded
  3. I check the container python
I check the container python version:

[root@nas ~]# docker container ls
CONTAINER ID   IMAGE                                    COMMAND   CREATED       STATUS       PORTS                                                                                                                             NAMES
599a002ce211   lscr.io/linuxserver/qbittorrent:latest   "/init"   2 hours ago   Up 2 hours   0.0.0.0:6881->6881/tcp, :::6881->6881/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:6881->6881/udp, :::8080->8080/tcp, :::6881->6881/udp   qbittorrent
[root@nas ~]# docker exec 599a002ce211 python3 --version
Python 3.11.8
  1. I check the container logs, i find the container adding and repeating errors after i try to install plugin
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Could not parse Nova search engine capabilities, msg:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Error:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Could not parse Nova search engine capabilities, msg:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Error:

Environment

- OS:RHEL 8
- How docker service was installed: Docker-CE 25.0.4
- qbit docker image version: 4.6.3-r0-ls318

CPU architecture

x86-64

Docker creation

docker-compose.yaml:



---
services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asian/Shanghai
      - WEBUI_PORT=8080
      - TORRENTING_PORT=6881
    volumes:
      - /nas/data/container/qbittorrent/config:/config
      - /nas/amusement:/downloads
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped

Container logs

qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Could not parse Nova search engine capabilities, msg:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Error:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Could not parse Nova search engine capabilities, msg:  
qbittorrent  | QIODevice::read (QProcess): device not open
qbittorrent  | Error:
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@shine-fire shine-fire changed the title [BUG] <title> cannot install search plugins in version 4.6.3-r0-ls318 [BUG] <cannot install search plugins in version 4.6.3-r0-ls318> Mar 12, 2024
@aptalca
Copy link
Member

aptalca commented Mar 12, 2024

Likely an issue with the plugin you're trying to install.

The plugins are unofficial and are provided by third parties.

With that said, I just installed Academic Torrents from the plugin list in my test install with no issues, using the py script link.

@shine-fire
Copy link
Author

Likely an issue with the plugin you're trying to install.

The plugins are unofficial and are provided by third parties.

With that said, I just installed Academic Torrents from the plugin list in my test install with no issues, using the py script link.

Thank you, but I don't really need this feature right now, so I won't bother with it for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants