Flexget configuration errors

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
eminrg
Member
Member
Posts: 4
Joined: March 19th, 2011, 9:37 am

Flexget configuration errors

Post by eminrg »

hello

I have installed ubuntu 10.10 64 bit server edition on my server

after installing deluge and flexget when i try to launch flexget with the command "sudo -H -u deluge flexget"
i get the following message :

2011-03-19 11:19 WARNING manager Config line 3 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 5 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 8 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 8 is indented too much
2011-03-19 11:19 WARNING manager Config line 12 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 13 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 13 is not indented enough
2011-03-19 11:19 WARNING manager Config line 14 has odd (uneven) indentation
2011-03-19 11:19 WARNING manager Config line 17 has odd (uneven) indentation
2011-03-19 11:19 CRITICAL feed BONES Feed 'BONES' has configuration errors:
2011-03-19 11:19 ERROR feed BONES series [/dict:HDTV/list:0/dict:Bones] must be a path or dict value
2011-03-19 11:19 ERROR feed BONES series [/dict:HDTV/list:0/dict:Bones] value "None" is not valid path or dict
2011-03-19 11:19 ERROR feed BONES series [/dict:HDTV/list:0/dict:set] Option 'set' has invalid indentation level. It needs 2 more spaces.
2011-03-19 11:19 INFO feed BONES Aborting feed (plugin: deluge)
2011-03-19 11:19 CRITICAL feed EZTV Feed 'EZTV' has configuration errors:
2011-03-19 11:19 ERROR feed EZTV series [/dict:HDTV/list:0/dict:Bones] must be a path or dict value
2011-03-19 11:19 ERROR feed EZTV series [/dict:HDTV/list:0/dict:Bones] value "None" is not valid path or dict
2011-03-19 11:19 ERROR feed EZTV series [/dict:HDTV/list:0/dict:set] Option 'set' has invalid indentation level. It needs 2 more spaces.
2011-03-19 11:19 INFO feed EZTV Aborting feed (plugin: deluge)



my config.yml file looks like this :
presets:
tv:
series:
settings:
HDTV:
quality: hdtv
set:
movedone: "/home/eminrg/deluge/"


HDTV:
- Bones:
set:
movedone: "/home/eminrg/deluge/"


deluge:
path: /home/eminrg/deluge/
user: deluge
pass: deluge

feeds:
EZTV:
rss: http://www.ezrss.it/feed/
preset: tv



please tell me what have i done wrong
thank you
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Flexget configuration errors

Post by Ian »

Hi eminrg and welcome to the forum.

OK, the indentation in the config.yml is absolutely crucial. If you're even one character out it doesn't work properly. It is unclear from yours exactly what is indented and what is not indented. I suspect this is down to my forum software and not you.

So, can you post your config.yml as an attachment to your next message rather than paste the contents into the message itself please. Hopefully then I can see exactly what's what.

Thank you.

Ian.
eminrg
Member
Member
Posts: 4
Joined: March 19th, 2011, 9:37 am

Re: Flexget configuration errors

Post by eminrg »

hello i have attached the source of my config.yml
Attachments
config.yml.txt
(347 Bytes) Downloaded 432 times
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Flexget configuration errors

Post by Ian »

Hi,

The indentation was slightly off in places so I've corrected it. Please let me know how you get on.

Ian.
Attachments
config.yml.txt
(385 Bytes) Downloaded 504 times
eminrg
Member
Member
Posts: 4
Joined: March 19th, 2011, 9:37 am

Re: Flexget configuration errors

Post by eminrg »

Ian wrote:Hi,

The indentation was slightly off in places so I've corrected it. Please let me know how you get on.

Ian.
thank you
now i have the following error when i give sudo -H -u deluge flexget --test command


011-03-19 13:34 INFO manager Test mode, creating a copy from database ...
2011-03-19 13:34 INFO manager Test database created
2011-03-19 13:34 INFO deluge Using deluge 1.2 api
2011-03-19 13:34 INFO feed EZRSS Produced 30 entries.
2011-03-19 13:34 INFO feed EZRSS Accepted: 0 (Rejected: 1 Undecided: 29 Failed: 0)
2011-03-19 13:34 INFO deluge EZRSS Connecting to daemon at localhost:58846..
2011-03-19 13:34 INFO deluge EZRSS Connected to daemon at localhost:58846..
2011-03-19 13:34 ERROR deluge EZRSS RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(deluge, deluge)
--------------------------------------------------------------------------------
File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 259, in dispatch
ret = component.get("AuthManager").authorize(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/deluge/core/authmanager.py", line 87, in authorize
raise BadLoginError("Username does not exist")

BadLoginError: Username does not exist
--------------------------------------------------------------------------------
2011-03-19 13:34 INFO deluge EZRSS Connection lost to daemon at localhost:58846 reason: Connection was closed cleanly.
2011-03-19 13:34 CRITICAL deluge EZRSS Could not connect to deluge daemon
2011-03-19 13:34 INFO feed EZRSS Aborting feed (plugin: deluge)
2011-03-19 13:34 INFO manager Removed test database


i checked the /var/lib/deluge/auth file and i have the deluge:dekuge line

what could be wrong ? if you want i can give you remote acces to my server to check the configuration yourself
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Flexget configuration errors

Post by Ian »

Great, we're making progress :thumbup:
eminrg wrote:i checked the /var/lib/deluge/auth file and i have the deluge:dekuge line
Just to confirm, it should be deluge:deluge. Not deluge:dekuge. I'm assuming it is a typo in your post and that's not what the contents of the auth file?

If you've had a few attempts at getting deluge and flexget working then it's possible you've got some "leftovers" from previous attempts. So, please run the following commands and send me the output:

Code: Select all

sudo su

Code: Select all

cd /

Code: Select all

find -name auth
Once you've copied and pasted the output from the above commands please type the following to come out of sudo

Code: Select all

exit
eminrg
Member
Member
Posts: 4
Joined: March 19th, 2011, 9:37 am

Re: Flexget configuration errors

Post by eminrg »

Ian wrote:Great, we're making progress :thumbup:
eminrg wrote:i checked the /var/lib/deluge/auth file and i have the deluge:dekuge line
Just to confirm, it should be deluge:deluge. Not deluge:dekuge. I'm assuming it is a typo in your post and that's not what the contents of the auth file?

If you've had a few attempts at getting deluge and flexget working then it's possible you've got some "leftovers" from previous attempts. So, please run the following commands and send me the output:

Code: Select all

sudo su

Code: Select all

cd /

Code: Select all

find -name auth
Once you've copied and pasted the output from the above commands please type the following to come out of sudo

Code: Select all

exit
this i the reply i got

./var/lib/deluge/auth
./var/lib/deluge/.config/deluge/auth
./var/lib/pam/auth
./usr/lib/dovecot/modules/auth
./usr/share/doc/samba-doc/examples/auth


i have sent you a private message

cheers
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: Flexget configuration errors

Post by Ian »

eminrg wrote:i have sent you a private message
And I've replied ;)
Post Reply