You are not logged in.

#1 2010-06-09 01:29:06

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

Covergloobus error [Solved]

Good night everyone!!

a few minutes ago, i installed the covergloobus-bzr package from AUR, and now i tried to ran it, but it gave me this

[miguel@archer gnome-settings-daemon-notify-osd]$ covergloobus
[WARNING] Using default Configuration
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 544, in <module>
    sys.exit(cg.main())
  File "/usr/share/covergloobus/covergloobus.py", line 90, in main
    self.init() #Init configurations
  File "/usr/share/covergloobus/covergloobus.py", line 103, in init
    self.config = common.config_load()
  File "/usr/share/covergloobus/common.py", line 41, in config_load
    c.debug("CONF: Amazon Covers:"      + conf.get("AmazonCovers","value"))
  File "/usr/lib/python2.6/ConfigParser.py", line 531, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'AmazonCovers'

whiy is that happening? and what can i do? thx for your help

Last edited by MGu3l (2010-06-18 23:42:48)


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

#2 2010-06-18 20:03:03

bahty3
Member
Registered: 2010-06-18
Posts: 2

Re: Covergloobus error [Solved]

Hello!
Try replace in /usr/share/covergloobus/common.py

c.debug("CONF: Amazon Covers:"      + conf.get("AmazonCovers","value"))

to

c.debug("CONF: Covers:"      + conf.get("Covers","name"))

Offline

#3 2010-06-18 23:41:06

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

Re: Covergloobus error [Solved]

Thanks man!  but i solved it in a different way, I changed the same line but in the files downloaded from the BZR, then compiled it and it worked!

but anyway, thx again for your help!


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

Board footer

Powered by FluxBB