search-plugins icon indicating copy to clipboard operation
search-plugins copied to clipboard

Fix for not getting search results on Mac- how to implement into plugins/qBittorrent?

Open tvqt opened this issue 3 years ago • 10 comments

Hi everyone,

I was having some issues with search within qbittorrent, and I managed to find a fix- I included it below- how can this be pushed to people using Mac?

Background I was getting results with some plugins, such as limetorrents, but not others, such as bt4g. Bt4g worked from the command line, and after downloading source files, I narrowed the problem down to the SSL certificates used by Python.

Solution Run the "Install Certificates.command" file within the Python folder in Applications (in my case, it was called Python 3.9, if you are using a different version, it might be a different number). Alternatively, run this in Terminal:

/Applications/Python\ 3.9/Install\ Certificates.command

Question How can this be pushed out, so people no longer encounter this issue? I guess it would be preferable if there were something in qbittorrent, but maybe updating all the plugins is the only option. What do you think?

tvqt avatar Dec 19 '21 06:12 tvqt

hi!....i really do not have this folder in my python..vers 3.6.6150 i've win 10 home 64 and i run qbit 4.3.4 having no issues in search results

p060477 avatar Dec 19 '21 13:12 p060477

Hi!

Thanks a lot!

This command

/Applications/Python\ 3.10/Install\ Certificates.command

(I´ve had to change 3.9 for 3.10) fixed the issue! Now I get lots of results!

Thanks a lot!! :-)

Best regards,

Mauri

Maurafarah7 avatar Dec 19 '21 18:12 Maurafarah7

could you pls tell us. which s.o have you..?? windows..linux or...? and where do you start that command ...? "/Applications/Python\ 3.10/Install\ Certificates.command" thxs in adv cheers

p060477 avatar Dec 19 '21 18:12 p060477

Hi, Im running Mac OS Monterey I opened the terminal and ran /Applications/Python\ 3.10/Install\ Certificates.command

Good luck mate! :-)

Maurafarah7 avatar Dec 19 '21 18:12 Maurafarah7

thxs so much mate!! now it is finally clear that this should not fix in windows!! thxs for let me saving precious time!

p060477 avatar Dec 19 '21 18:12 p060477

just that i'm in the game i spent time and found also for win 10 the solution..: type in dos (cmd): python -m pip install certifi this is the command line in dos for win 10 for all who care or need!

p060477 avatar Dec 19 '21 18:12 p060477

Hi, i'm using win 10 with python 3.10. When I type the command in cmd, it tells me that python can't be found, can u help me?

lorian9744 avatar Feb 02 '22 09:02 lorian9744

hi @lorian9744 If you are having trouble with Python installation/cmd seeing your Python install, then there's plenty of help on places like StackOverflow- here is one example - have a google around and see what happens 🙂

After that, if you're sure there's an issue with qbittorrent, consider opening an issue of your own!

To everyone posting random stuff here: I'd really appreciate it if discussions of problems related to other operating systems, Python installations, etc etc. could happen elsewhere (i.e. not in this thread), so the initial issue which prompted the thread can be focussed on (and hopefully solved!). Thanks! :)

tvqt avatar Feb 08 '22 08:02 tvqt

Note this does fix the Search Plugins issue I posted here:

[MacOS Monterey 12.x] Search plugins completely broken / do not return any search results https://github.com/qbittorrent/qBittorrent/issues/16889

It would still be nice for this to be fixed in the next version. Will this break with every new QBT update?

godzfire avatar Jul 30 '22 22:07 godzfire

I had the same issue with 4.4.3.1. I did the thing with certificates and it didn't solve the issue. I installed 4.4.2 and the problem is gone.

vitaly-cm avatar Aug 22 '22 07:08 vitaly-cm

I don't know about macOS but it's working in Windows and Linux. Install Python 3.10, delete this folder ~/Library/Application Support/qBittorrent/nova3 and restart qBittorrent.

ngosang avatar Sep 24 '22 21:09 ngosang