Opened 6 years ago

#3151 new bug

“Missing or invalid torrent data!"

Reported by: migasmike Owned by:
Priority: minor Milestone: needs verified
Component: Unknown Version: other (please specify)
Keywords: Cc:

Description

Hello,

I have used Deluge with Daemon in a Raspberry PI 3 (without Web console). Every time I restart the Raspberry PI 3 for some reason and I start again Deluge the torrent appears in red with the error message: “Missing or invalid torrent data!". I have to use the “Force Re-ckeck” too reactivated all torrents.

Already try a lot of installations, but without success.

I will describe here step by step, my installation of Deluge

In bash

pi@raspberrypi:~ $ sudo bash

root@raspberrypi:/home/pi# aptitude update root@raspberrypi:/home/pi# aptitude upgrade root@raspberrypi:/home/pi# aptitude install deluge deluged deluge-console root@raspberrypi:/home/pi# nano /etc/default/deluged

# Defaults for deluged initscript

# sourced by /etc/init.d/deluged

# change to 1 to enable daemon

ENABLE_DELUGED=1 (change ENABLE_DELUGED=0 to ENABLE_DELUGED=1)

Save it

Reboot (reboot Raspberry)

Open Deluge (Graphic Mode)

I Disable the Classic Mode of Deluge (it´s necessary restart the Deluge)

root@raspberrypi:/home/pi# killall deluged

root@raspberrypi:/home/pi# nano /var/lib/deluged/config/auth

Put this line: user:assword:level

localclient:3f32e493915ea5c1be2fe38912acc6222c5275eb:10

user(pi):password(raspberry):level (10) = FULL ACESS

Save it

root@raspberrypi:/home/pi# deluged root@raspberrypi:/home/pi# deluge-console

I put the two following lines and type exit

config -s allow_remote True

config allow_remote

exit

Open Deluge (Graphic Mode)

In Connection Manager

Enable“Automatically connect to select host on startup Enable“Automatically

Add localhost

localhost

pi

raspberry (password of the raspberry, account pi)

Exit Deluge (Graphic Mode)

Reboot Raspberry If the status of pi@localhost:58846 change to green in the Connection Manager the Daemon is OK

Because I have external usb Hard Drive connect to Raspberry in NTFS file system, I do the this:

Write in NTFS file System

root@raspberrypi:/home/pi# sudo bash root@raspberrypi:/home/pi# aptitude update root@raspberrypi:/home/pi# aptitude install ntfs-3g

Because I had some probelam with denied torrent files in the extsrnal usb disk, I do this:

root@raspberrypi:/home/pi# chmod 755 -R /media/pi root@raspberrypi:/home/pi# chown pi:pi -R /media/pi root@raspberrypi:/home/pi# adduser debian-deluged pi

My big question is why every time I restart the Raspberry PI 3 for some reason and I start again Deluge the torrent appears in red with the error message: “Missing or invalid torrent data!". I have to use the “Force Re-ckeck” too reactivated all torrents. Why this happens?’

I can find any manual/tutorial on the Web that works fine and show it step-by-step how to do it. All manual/tutorial that I find have problems. Não encontro nenhum manual completo na Web que funcione correctamente passo a passo, todos tem algum problema.

I nedd your help!

Thanks.

Change History (0)

Note: See TracTickets for help on using tickets.