Update README.md
Include protocol scheme in the `rutorrent.addr` attribute. Omission of this gives me a frustratingly unhelpful error `Failed to update torrent list from rTorrent: 'Post mycoolrtorrentserver.com/XMLRPC: unsupported protocol scheme ""'`
This commit is contained in:
parent
270e766867
commit
d884835580
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ resume_downloads: true
|
||||||
|
|
||||||
rtorrent:
|
rtorrent:
|
||||||
# The address to the rtorrent XMLRPC endpoint
|
# The address to the rtorrent XMLRPC endpoint
|
||||||
addr: mycoolrtorrentserver.com/XMLRPC
|
addr: https://mycoolrtorrentserver.com/XMLRPC
|
||||||
|
|
||||||
# true to ignore the certificate authenticity; false to honor it
|
# true to ignore the certificate authenticity; false to honor it
|
||||||
insecure_cert: false
|
insecure_cert: false
|
||||||
|
|
Loading…
Reference in a new issue