Can't move files to new location (Deluge-web)

General support for problems installing or using Deluge
Post Reply
bionicgeekgrrl
New User
New User
Posts: 2
Joined: Tue Dec 08, 2015 8:56 pm
Location: UK
Contact:

Can't move files to new location (Deluge-web)

Post by bionicgeekgrrl »

I'm running Debian Jessie, and deluged/deluge-web are set up to run as user deluge via systemd as per the userguides. All that seems to be working fine, torrents download fine, they even move to a completed directory when finished.

What doesn't seem to want to work is the 'Move Storage' option in deluge-web. I get the following errors in the deluge-web log file:

Code: Select all

[ERROR   ] 20:49:45 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: core.move_storage([u'd4da65275118bac5057aca6c1e2724544adaf0a8', u'2edf4955ca19ed4bbe910a7b039b4f92d0bb9505', u'd5c047d7a81ba0c87374da3d7215944ff53aa063', u'cdd953925b70a0b6de521a942cd86ae4bb5dd63c', u'06216b3dd6814925dd46c90ee834c55c6338df33', u'c4548c62451e52948e79c6e1b98f1bbad5ccbda3', u'1c57a95f6274dd0b2796dfe678576ac5664f0946', u'1c8f7e734ca97bbf4b7cf7062258c84483f42f73'], /media/raid/Downloads/ISOs)
--------------------------------------------------------------------------------
  File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 299, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 402, in move_storage
    if not self.torrentmanager[torrent_id].move_storage(dest):
  File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 846, in move_storage
    os.makedirs(dest)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)

OSError:
I've checked the permissions for the location, they're owned by my user account (kelly), but with permissions for the group users, which the user deluge is a member of. So I don't think permissions are the cause here?

Any ideas?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't move files to new location (Deluge-web)

Post by Cas »

What is the OSError, it looks like a truncated log?

If it is a permission denied there is not a lot I can help with, you need to determine the permissions on your system, the only part deluge plays is that you need to check the user/group for deluged service (it's not a deluge-web issue).
bionicgeekgrrl
New User
New User
Posts: 2
Joined: Tue Dec 08, 2015 8:56 pm
Location: UK
Contact:

Re: Can't move files to new location (Deluge-web)

Post by bionicgeekgrrl »

That is onnerous it seems. IT seems to repeat it after the error reporting.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't move files to new location (Deluge-web)

Post by Cas »

Although it's not going to help solve the permission issue Deluge should be logging that particular OSError nicely rather than the output you are seeing so I shall fix that.
Post Reply