Rutracker [Error] We not authorized, please check your credentials!
Kinozal works fine for me with credentials, however rutracker not. Everyone has the same problem?
Try this https://github.com/imDMG/qBt_SE/issues/22
Спасибо, сработало после того как отключил rutracker прокси в браузере и несколько раз перезашёл в личном кабинете, юзая VPN установленный на компе.
It's not safe to store credentials in text files. Can we pull data from macOS's keychain instead?
Looks like qBittorrent cache or so, just try to restart client - it works for me.
I switched to jackett, no need to control creds for separate scripts, works like charm!
Yep, but you always need to keep the jackett enabled in the system tray.
I think that sometimes users trying to enter captcha from different machines, eg qbittorrent-nox running on remote server, but users entering captcha from another device like PC, and make new auth session.
Try this #22
This worked for me, thanks!
I am seeing this same error despite entering my credentials in the .json file and logging out of RuTracker and restarting qBittorent. I masked my UN and PW with X's, but this is the code. Is this correct or is there a fix?
{ "username": "xxxxxxxx", "password": "xxxxxxxx", "torrentDate": true, "proxy": false, "proxies": { "http": "", "https": "" }, "ua": "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 " }
You need to paste in json file your credentials from RuTracker (login/password).
You need to paste in json file your credentials from RuTracker (login/password).
I didn't realize the format deleted the * character I had used. I edited my post to show the UN & PW as X's instead.