Can't start covergloobus or covergloobus-config

Bug #587984 reported by nicolas janik
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
CoverGloobus
Fix Committed
Low
Alexandr Grigorcea

Bug Description

Hello, I've just download the last version of covergloobus with bzr this morning.

I have run the:
./autogen.sh
./configure
make
sudo make install

When i start covergloobus-config I have:

[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'

And when I try to start covergloobus:
[WARNING] Using default Configuration
Traceback (most recent call last):
  File "/usr//share/covergloobus/covergloobus-config.py", line 32, in <module>
    widgets.CoverGloobusConfig()
  File "/usr/share/covergloobus/widgets.py", line 540, 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'

Thanks for you hlep

Related branches

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote : Re: [Bug 587984] [NEW] Can't start covergloobus or covergloobus-config
Download full text (3.7 KiB)

ok, thanks
if you don't want to wait: in file covergloobus/src/common.py remove line
41, then make again ./autogen.sh && make && sudo make install
we will remove this line in trunk asap

On Mon, May 31, 2010 at 7:27 PM, nicolas janik <email address hidden>wrote:

> Public bug reported:
>
> Hello, I've just download the last version of covergloobus with bzr this
> morning.
>
> I have run the:
> ./autogen.sh
> ./configure
> make
> sudo make install
>
> When i start covergloobus-config I have:
>
> [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'
>
>
> And when I try to start covergloobus:
> [WARNING] Using default Configuration
> Traceback (most recent call last):
> File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> <module>
> widgets.CoverGloobusConfig()
> File "/usr/share/covergloobus/widgets.py", line 540, 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'
>
> Thanks for you hlep
>
> ** Affects: covergloobus
> Importance: Undecided
> Status: New
>
> --
> Can't start covergloobus or covergloobus-config
> https://bugs.launchpad.net/bugs/587984
> You received this bug notification because you are a member of Gloobus
> Developers, which is the registrant for CoverGloobus.
>
> Status in CoverGloobus: New
>
> Bug description:
> Hello, I've just download the last version of covergloobus with bzr this
> morning.
>
> I have run the:
> ./autogen.sh
> ./configure
> make
> sudo make install
>
> When i start covergloobus-config I have:
>
> [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'
>
>
>
> And when I try to start covergloobus:
> [WARNING] Using defa...

Read more...

Revision history for this message
nicolas janik (n1colas) wrote :
Download full text (4.9 KiB)

Thanks, I can now start covergloobus. But it dont' find my player
'clementine'. So i start the covergloobus-config but I have this error:

[WARNING] Using default Configuration
Traceback (most recent call last):
  File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
<module>
    widgets.CoverGloobusConfig()
  File "/usr/share/covergloobus/widgets.py", line 560, in __init__
    self.make_pages()
  File "/usr/share/covergloobus/widgets.py", line 570, in make_pages
    page = method()
  File "/usr/share/covergloobus/widgets.py", line 683, in make_General
    exec "from "+ current + " import *"
  File "<string>", line 1, in <module>
ImportError: No module named Rhythmbox

On Mon, May 31, 2010 at 1:51 PM, Alexandr Grigorcea <email address hidden>wrote:

> ok, thanks
> if you don't want to wait: in file covergloobus/src/common.py remove line
> 41, then make again ./autogen.sh && make && sudo make install
> we will remove this line in trunk asap
>
>
> On Mon, May 31, 2010 at 7:27 PM, nicolas janik <<email address hidden>
> >wrote:
>
> > Public bug reported:
> >
> > Hello, I've just download the last version of covergloobus with bzr this
> > morning.
> >
> > I have run the:
> > ./autogen.sh
> > ./configure
> > make
> > sudo make install
> >
> > When i start covergloobus-config I have:
> >
> > [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'
> >
> >
> > And when I try to start covergloobus:
> > [WARNING] Using default Configuration
> > Traceback (most recent call last):
> > File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> > <module>
> > widgets.CoverGloobusConfig()
> > File "/usr/share/covergloobus/widgets.py", line 540, 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'
> >
> > Thanks for you hlep
> >
> > ** Affects: covergloobus
> > Importance: Undecided
> > Status: New
> >
> > --
> > Can't start covergloobus or covergloobus-config
> > https://bugs.launchpad.net/bugs/587984
> > You received this bug notification because you are a member of Gloobus
> > Developers, which is the registrant for CoverGloobus.
> >
> > Status in CoverGloobus: New
> >
> > Bug description:
> > Hello, I've just download the last version of covergloobus w...

Read more...

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote :
Download full text (7.3 KiB)

ok, some missing imports in covergloobus-config

but you can open configuration window from covergloobus main window with
right click and selecting "Configure" entry (or configure in your language
if you have non english locale)

On Mon, May 31, 2010 at 8:46 PM, nicolas janik <email address hidden>wrote:

> Thanks, I can now start covergloobus. But it dont' find my player
> 'clementine'. So i start the covergloobus-config but I have this error:
>
> [WARNING] Using default Configuration
> Traceback (most recent call last):
> File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> <module>
> widgets.CoverGloobusConfig()
> File "/usr/share/covergloobus/widgets.py", line 560, in __init__
> self.make_pages()
> File "/usr/share/covergloobus/widgets.py", line 570, in make_pages
> page = method()
> File "/usr/share/covergloobus/widgets.py", line 683, in make_General
> exec "from "+ current + " import *"
> File "<string>", line 1, in <module>
> ImportError: No module named Rhythmbox
>
>
>
> On Mon, May 31, 2010 at 1:51 PM, Alexandr Grigorcea <<email address hidden>
> >wrote:
>
> > ok, thanks
> > if you don't want to wait: in file covergloobus/src/common.py remove line
> > 41, then make again ./autogen.sh && make && sudo make install
> > we will remove this line in trunk asap
> >
> >
> > On Mon, May 31, 2010 at 7:27 PM, nicolas janik <<email address hidden>
> > >wrote:
> >
> > > Public bug reported:
> > >
> > > Hello, I've just download the last version of covergloobus with bzr
> this
> > > morning.
> > >
> > > I have run the:
> > > ./autogen.sh
> > > ./configure
> > > make
> > > sudo make install
> > >
> > > When i start covergloobus-config I have:
> > >
> > > [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'
> > >
> > >
> > > And when I try to start covergloobus:
> > > [WARNING] Using default Configuration
> > > Traceback (most recent call last):
> > > File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> > > <module>
> > > widgets.CoverGloobusConfig()
> > > File "/usr/share/covergloobus/widgets.py", line 540, 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'
> > >
> > > Thanks for you hlep
...

Read more...

Revision history for this message
nicolas janik (n1colas) wrote :
Download full text (8.1 KiB)

Ok thanks, no error when I use the config like you said.
No error anymore but I can't see any cover I don't know why ;) But it's
working with clementine because lyrics ans tabs works.

On Mon, May 31, 2010 at 3:09 PM, Alexandr Grigorcea <email address hidden>wrote:

> ok, some missing imports in covergloobus-config
>
> but you can open configuration window from covergloobus main window with
> right click and selecting "Configure" entry (or configure in your language
> if you have non english locale)
>
> On Mon, May 31, 2010 at 8:46 PM, nicolas janik
> <email address hidden>wrote:
>
> > Thanks, I can now start covergloobus. But it dont' find my player
> > 'clementine'. So i start the covergloobus-config but I have this error:
> >
> > [WARNING] Using default Configuration
> > Traceback (most recent call last):
> > File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> > <module>
> > widgets.CoverGloobusConfig()
> > File "/usr/share/covergloobus/widgets.py", line 560, in __init__
> > self.make_pages()
> > File "/usr/share/covergloobus/widgets.py", line 570, in make_pages
> > page = method()
> > File "/usr/share/covergloobus/widgets.py", line 683, in make_General
> > exec "from "+ current + " import *"
> > File "<string>", line 1, in <module>
> > ImportError: No module named Rhythmbox
> >
> >
> >
> > On Mon, May 31, 2010 at 1:51 PM, Alexandr Grigorcea <<email address hidden>
> > >wrote:
> >
> > > ok, thanks
> > > if you don't want to wait: in file covergloobus/src/common.py remove
> line
> > > 41, then make again ./autogen.sh && make && sudo make install
> > > we will remove this line in trunk asap
> > >
> > >
> > > On Mon, May 31, 2010 at 7:27 PM, nicolas janik <
> <email address hidden>
> > > >wrote:
> > >
> > > > Public bug reported:
> > > >
> > > > Hello, I've just download the last version of covergloobus with bzr
> > this
> > > > morning.
> > > >
> > > > I have run the:
> > > > ./autogen.sh
> > > > ./configure
> > > > make
> > > > sudo make install
> > > >
> > > > When i start covergloobus-config I have:
> > > >
> > > > [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'
> > > >
> > > >
> > > > And when I try to start covergloobus:
> > > > [WARNING] Using default Configuration
> > > > Traceback (most recent call last):
> > > > File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> > > > <module>
> > > > widgets.CoverGloobusConfig()
> > > > File "/usr/share/covergloobus/widgets.py", ...

Read more...

Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote :
Download full text (10.6 KiB)

with clementine if you don't have covers in songs folders (ex. folder.jpg,
cover.jpg, ... ), you have to activate cover downloading in covergloobus

On Mon, May 31, 2010 at 10:23 PM, nicolas janik <email address hidden>wrote:

> Ok thanks, no error when I use the config like you said.
> No error anymore but I can't see any cover I don't know why ;) But it's
> working with clementine because lyrics ans tabs works.
>
>
> On Mon, May 31, 2010 at 3:09 PM, Alexandr Grigorcea
> <email address hidden>wrote:
>
> > ok, some missing imports in covergloobus-config
> >
> > but you can open configuration window from covergloobus main window with
> > right click and selecting "Configure" entry (or configure in your
> language
> > if you have non english locale)
> >
> > On Mon, May 31, 2010 at 8:46 PM, nicolas janik
> > <email address hidden>wrote:
> >
> > > Thanks, I can now start covergloobus. But it dont' find my player
> > > 'clementine'. So i start the covergloobus-config but I have this error:
> > >
> > > [WARNING] Using default Configuration
> > > Traceback (most recent call last):
> > > File "/usr//share/covergloobus/covergloobus-config.py", line 32, in
> > > <module>
> > > widgets.CoverGloobusConfig()
> > > File "/usr/share/covergloobus/widgets.py", line 560, in __init__
> > > self.make_pages()
> > > File "/usr/share/covergloobus/widgets.py", line 570, in make_pages
> > > page = method()
> > > File "/usr/share/covergloobus/widgets.py", line 683, in make_General
> > > exec "from "+ current + " import *"
> > > File "<string>", line 1, in <module>
> > > ImportError: No module named Rhythmbox
> > >
> > >
> > >
> > > On Mon, May 31, 2010 at 1:51 PM, Alexandr Grigorcea <<email address hidden>
> > > >wrote:
> > >
> > > > ok, thanks
> > > > if you don't want to wait: in file covergloobus/src/common.py remove
> > line
> > > > 41, then make again ./autogen.sh && make && sudo make install
> > > > we will remove this line in trunk asap
> > > >
> > > >
> > > > On Mon, May 31, 2010 at 7:27 PM, nicolas janik <
> > <email address hidden>
> > > > >wrote:
> > > >
> > > > > Public bug reported:
> > > > >
> > > > > Hello, I've just download the last version of covergloobus with bzr
> > > this
> > > > > morning.
> > > > >
> > > > > I have run the:
> > > > > ./autogen.sh
> > > > > ./configure
> > > > > make
> > > > > sudo make install
> > > > >
> > > > > When i start covergloobus-config I have:
> > > > >
> > > > > [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)
> > > > > ConfigP...

Changed in covergloobus:
assignee: nobody → Alexandr Grigorcea (cahr-gr)
importance: Undecided → Low
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.