From d884835580eea36c882e291b7d4c2df8c87ca902 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg <42micro@gmail.com> Date: Sat, 18 Jun 2016 00:18:33 -0400 Subject: [PATCH] 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 ""'` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41cf358..d4a4718 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ resume_downloads: true rtorrent: # 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 insecure_cert: false