Covergloobus crashes at song change. Ubuntu 11.10

Bug #888478 reported by vd519
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CoverGloobus
New
Undecided
Unassigned

Bug Description

Traceback (most recent call last):
  File "/usr/share/covergloobus/core/configuration.py", line 495, in on_theme_changed
    self.parent_theme(path)
  File "/usr/share/covergloobus/core/ui.py", line 138, in init
    self.load_xml(path + "/skin.xml")
  File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
    dom = minidom.parse(filename)
  File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
  File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
    parser.Parse(buffer, 0)
ExpatError: not well-formed (invalid token): line 5, column 2

vd519 (vd-519)
security vulnerability: yes → no
visibility: private → public
Revision history for this message
Alexandr Grigorcea (cahr-gr) wrote : Re: [Bug 888478] [NEW] Covergloobus crashes at song change. Ubuntu 11.10

are you sure this happens at song change? looks like it happens on theme
change

On Thu, Nov 10, 2011 at 11:07 AM, vd519 <email address hidden> wrote:

> Public bug reported:
>
> Traceback (most recent call last):
> File "/usr/share/covergloobus/core/configuration.py", line 495, in
> on_theme_changed
> self.parent_theme(path)
> File "/usr/share/covergloobus/core/ui.py", line 138, in init
> self.load_xml(path + "/skin.xml")
> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
> dom = minidom.parse(filename)
> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
> return expatbuilder.parse(file)
> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
> result = builder.parseFile(fp)
> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
> parser.Parse(buffer, 0)
> ExpatError: not well-formed (invalid token): line 5, column 2
>
> ** Affects: covergloobus
> Importance: Undecided
> Status: New
>
>
> ** Tags: 11.10 covergloobus crash ubuntu
>
> ** Visibility changed to: Public
>
> ** This bug is no longer flagged as a security vulnerability
>
> --
> You received this bug notification because you are a member of Gloobus
> Developers, which is subscribed to the bug report.
> https://bugs.launchpad.net/bugs/888478
>
> Title:
> Covergloobus crashes at song change. Ubuntu 11.10
>
> Status in CoverGloobus:
> New
>
> Bug description:
> Traceback (most recent call last):
> File "/usr/share/covergloobus/core/configuration.py", line 495, in
> on_theme_changed
> self.parent_theme(path)
> File "/usr/share/covergloobus/core/ui.py", line 138, in init
> self.load_xml(path + "/skin.xml")
> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
> dom = minidom.parse(filename)
> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
> return expatbuilder.parse(file)
> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
> result = builder.parseFile(fp)
> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in
> parseFile
> parser.Parse(buffer, 0)
> ExpatError: not well-formed (invalid token): line 5, column 2
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/covergloobus/+bug/888478/+subscriptions
>

Revision history for this message
vd519 (vd-519) wrote :

with banshee it happens only during theme change, but for Clementine
(which i use) it happens at song change as well.

On 10/11/11 10:41, Alexandr Grigorcea wrote:
> are you sure this happens at song change? looks like it happens on theme
> change
>
> On Thu, Nov 10, 2011 at 11:07 AM, vd519<email address hidden>
> wrote:
>
>> Public bug reported:
>>
>> Traceback (most recent call last):
>> File "/usr/share/covergloobus/core/configuration.py", line 495, in
>> on_theme_changed
>> self.parent_theme(path)
>> File "/usr/share/covergloobus/core/ui.py", line 138, in init
>> self.load_xml(path + "/skin.xml")
>> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
>> dom = minidom.parse(filename)
>> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
>> return expatbuilder.parse(file)
>> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
>> result = builder.parseFile(fp)
>> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
>> parser.Parse(buffer, 0)
>> ExpatError: not well-formed (invalid token): line 5, column 2
>>
>> ** Affects: covergloobus
>> Importance: Undecided
>> Status: New
>>
>>
>> ** Tags: 11.10 covergloobus crash ubuntu
>>
>> ** Visibility changed to: Public
>>
>> ** This bug is no longer flagged as a security vulnerability
>>
>> --
>> You received this bug notification because you are a member of Gloobus
>> Developers, which is subscribed to the bug report.
>> https://bugs.launchpad.net/bugs/888478
>>
>> Title:
>> Covergloobus crashes at song change. Ubuntu 11.10
>>
>> Status in CoverGloobus:
>> New
>>
>> Bug description:
>> Traceback (most recent call last):
>> File "/usr/share/covergloobus/core/configuration.py", line 495, in
>> on_theme_changed
>> self.parent_theme(path)
>> File "/usr/share/covergloobus/core/ui.py", line 138, in init
>> self.load_xml(path + "/skin.xml")
>> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
>> dom = minidom.parse(filename)
>> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
>> return expatbuilder.parse(file)
>> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
>> result = builder.parseFile(fp)
>> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in
>> parseFile
>> parser.Parse(buffer, 0)
>> ExpatError: not well-formed (invalid token): line 5, column 2
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/covergloobus/+bug/888478/+subscriptions
>>

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

at song change with the same errors? configuration.py is not even loaded in
covergloobus, it is used only when config window is opened (in a separate
process)

for the theme change I suppose there is a problem with the theme xml file.
does it happen with every theme or just one theme? if only one is it one of
themes that come with covergloobus?

On Thu, Nov 10, 2011 at 5:39 PM, vd519 <email address hidden> wrote:

> with banshee it happens only during theme change, but for Clementine
> (which i use) it happens at song change as well.
>
> On 10/11/11 10:41, Alexandr Grigorcea wrote:
> > are you sure this happens at song change? looks like it happens on theme
> > change
> >
> > On Thu, Nov 10, 2011 at 11:07 AM, vd519<email address hidden>
> > wrote:
> >
> >> Public bug reported:
> >>
> >> Traceback (most recent call last):
> >> File "/usr/share/covergloobus/core/configuration.py", line 495, in
> >> on_theme_changed
> >> self.parent_theme(path)
> >> File "/usr/share/covergloobus/core/ui.py", line 138, in init
> >> self.load_xml(path + "/skin.xml")
> >> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
> >> dom = minidom.parse(filename)
> >> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
> >> return expatbuilder.parse(file)
> >> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
> >> result = builder.parseFile(fp)
> >> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in
> parseFile
> >> parser.Parse(buffer, 0)
> >> ExpatError: not well-formed (invalid token): line 5, column 2
> >>
> >> ** Affects: covergloobus
> >> Importance: Undecided
> >> Status: New
> >>
> >>
> >> ** Tags: 11.10 covergloobus crash ubuntu
> >>
> >> ** Visibility changed to: Public
> >>
> >> ** This bug is no longer flagged as a security vulnerability
> >>
> >> --
> >> You received this bug notification because you are a member of Gloobus
> >> Developers, which is subscribed to the bug report.
> >> https://bugs.launchpad.net/bugs/888478
> >>
> >> Title:
> >> Covergloobus crashes at song change. Ubuntu 11.10
> >>
> >> Status in CoverGloobus:
> >> New
> >>
> >> Bug description:
> >> Traceback (most recent call last):
> >> File "/usr/share/covergloobus/core/configuration.py", line 495, in
> >> on_theme_changed
> >> self.parent_theme(path)
> >> File "/usr/share/covergloobus/core/ui.py", line 138, in init
> >> self.load_xml(path + "/skin.xml")
> >> File "/usr/share/covergloobus/core/ui.py", line 153, in load_xml
> >> dom = minidom.parse(filename)
> >> File "/usr/lib/python2.7/xml/dom/minidom.py", line 1914, in parse
> >> return expatbuilder.parse(file)
> >> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in
> parse
> >> result = builder.parseFile(fp)
> >> File "/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in
> >> parseFile
> >> parser.Parse(buffer, 0)
> >> ExpatError: not well-formed (invalid token): line 5, column 2
> >>
> >> To manage notifications about this bug go to:
> >> https://bugs.launchpad.net/covergloobus/+bug/888478/+subscriptions
> >>
>
> --
> You received t...

Read more...

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.