transmission-rss icon indicating copy to clipboard operation
transmission-rss copied to clipboard

userinfo not supported

Open cuteboi opened this issue 5 years ago • 5 comments

Is there an alternative to the userinfo? Maybe a username and password file to specify?

cuteboi avatar Mar 03 '19 23:03 cuteboi

What do you mean by userinfo? Why do you need an extra file for username and password? Did you see the user section in the config file?

nning avatar Mar 04 '19 07:03 nning

I mean the username/password to use for authenticating with an rss feed/website, specifically:

2019-03-04 07:39:08 (info) transmission-rss 1.1.0.pre,
2019-03-04 07:39:08 (debug) {"feeds"=>[{"url"=>"https://USERNAME:[email protected]/rssddl.xml"}], "update_interval"=>2400, "add_paused"=>false, "server"=>{"host"=>"192.168.0.100", "port"=>9092, "rpc_path"=>"/transmission/rpc"}, "login"=>nil, "log"=>{"target"=>#<IO:<STDERR>>, "level"=>:debug}, "fork"=>false, "pid_file"=>false, "privileges"=>{}, "seen_file"=>nil},
2019-03-04 07:39:08 (debug) no privilege dropping,
2019-03-04 07:39:08 (debug) 0 uris from seenfile,
2019-03-04 07:39:08 (debug) pid 6,
2019-03-04 07:39:08 (debug) aggregator start,
2019-03-04 07:39:08 (debug) aggregate https://USERNAME:[email protected]/rssddl.xml,
2019-03-04 07:39:08 (debug) retrieval error (ArgumentError: userinfo not supported.  [RFC3986]),

Full output, obfuscated user/pass

cuteboi avatar Mar 04 '19 07:03 cuteboi

Is there more information required?

cuteboi avatar Mar 19 '19 01:03 cuteboi

That's not an issue with this. All this project does is read a valid RSS feed and grab the torrent info. The issue you posted is getting a valid RSS feed. You'll need to read the documentation at that site to see how to get a valid RSS feed for your username/password.

kyleinprogress avatar Jun 28 '19 19:06 kyleinprogress

I think it actually is an issue with transmission-rss as it seems, currently URLs with userinfo are not supported. I would like to fix this but I do not know, when I will have time for this.

nning avatar Nov 17 '19 12:11 nning