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
Flexget configuration errors
Re: Flexget configuration errors
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.
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.
Re: Flexget configuration errors
hello i have attached the source of my config.yml
- Attachments
-
- config.yml.txt
- (347 Bytes) Downloaded 399 times
Re: Flexget configuration errors
Hi,
The indentation was slightly off in places so I've corrected it. Please let me know how you get on.
Ian.
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 471 times
Re: Flexget configuration errors
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
Re: Flexget configuration errors
Great, we're making progress
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:
Once you've copied and pasted the output from the above commands please type the following to come out of sudo
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
Re: Flexget configuration errors
Ian wrote:Great, we're making progresseminrg 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 sudoCode: 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
Re: Flexget configuration errors
eminrg wrote:i have sent you a private message
And I've replied