rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

Moving files #165

Closed bograt closed 4 years ago

bograt commented 4 years ago

Moving files isn't working. I don't think it's a permissions error either, as I've chmod -R 755'd the default directory /var/lib/transmission/Downloads It seems like everything is working normally, but the files don't get moved. Edit: I'm stupid, the location changes after restarting the daemon.

bograt commented 4 years ago

Okay, no nevermind I'm still having the problem. It also will not let me unpause the torrents that were successfully moved into my home directory.

rndusr commented 4 years ago

First of all, if this is a bug with stig, I need to be able to reproduce your problem. You need to tell me exactly what you did in such a way that I can do the same thing and experience the same issue.

Also, check the output of Transmission. Depending on your distro and setup, this might be in /var/log/syslog or the systemd log. You might have to increase the verbosity level, e.g. --log-debug.

rndusr commented 4 years ago

Closing because OP is not responding.