de666

Results 16 comments of de666

> Could you try to override `system.daemon.set = true` in your `.rtorrent.rc` file? Does it resolve your problem by setting the value to false? Please keep in mind, this may...

> ... It will use a Linux screen session. Thanks! Just for the record, I slightly modified the service file I linked before the following way: ``` #!/usr/bin/with-contenv bash _term()...

@stickz in the meanwhile I've made some other test running the container totally disabling the rtorrent service and I realize the problem it is not related to that service. It...

> Is this related to this problem that same torrent gets added over and over again? I think so, that was the same issue I had and I came up...

Torrent hash is not always present in RSS, that's why I suggested to use guid as torrent identifier and I think it should be used as is, without checking also...

I agree with @t4rl , the web ui settings should be persistent otherwise they are totally useless. Also i changed the rtorrent config file but I think the webui settings...

I solved the issue with the following: 1. Set download and upload reates to 0 in .rtorrent.rc ``` throttle.global_down.max_rate.set_kb = 0 throttle.global_up.max_rate.set_kb = 0 ``` 2. Configure the the rutorrent...

> > I think Microsoft SmartScreen starts trusting the app after a certain number of installs but this resets when we release a new version... > > submit the program...

Can be related to the fact you are feeding the rtorrent_magnet directly with a magnet url and not a "classic" url which redirects to a magnet url?