Closed rmlrml closed 4 years ago
Hi, I think you configured the port in a "wrong" way, I've to better explain how to configure it! The port have to be configured like the example below, that port is the one you use for the remote control, under web interface config section on qBittorrent. The script for now is not ready for username/password, because you can set to skip the autentication for local user, so ...
########## CONFIGURATIONS ##########
# Host on which qBittorrent runs
host="http://localhost"
# Port
port="8081"
# Configure here your private trackers
private_tracker_list=''
# Configure here your trackers list
live_trackers_list_url='https://newtrackon.com/api/stable'
########## CONFIGURATIONS ##########
Let me know
J
Thank you. I turned on WebUI in qBittorrent settings. It complained that port 8080 was already being used so I changed it and set it in AddqBittorrentTrackers.sh and now it works!
Thank you too to point me that the README need a better explanation about it! I'll modify the script too in order to include username and password.
J
Added username and password for qBittorrent
I don't understand this all well enough to know what dumb mistake I may be making.
qBittorrent 4.2.5 is installed and up and running on Debian sid. jc and curl are installed and AddqBittorrentTrackers.sh is executable. qBittorrent has multiple resumed/active torrents, but all I get is
qBittorrent is set to Use a different port on each startup. AddqBittorrentTrackers.sh's
########## CONFIGURATIONS ##########
section has nousername
orpassword
variables to set, I have no private trackers to list, andhost
is set to http://localhost andport
is the port I see in the qBittorrent Execution Log next to "Embedded Tracker" right after launch. Is that the wrong port to use?Thanks