(formatter.py) invalid literal for int() with base 10

Bug #601812 reported by sero
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Low
Mathias Brodala

Bug Description

Traceback (most recent call last):
  File "/home/madamski/workspace/exaile/xlgui/widgets/playlist.py", line 867, in on_get_value
    return column.formatter.format(track)
  File "/home/madamski/workspace/exaile/xl/formatter.py", line 386, in format
    substitute = provider.format(track, parameters)
  File "/home/madamski/workspace/exaile/xl/formatter.py", line 454, in format
    return '%d' % int(value)
ValueError: invalid literal for int() with base 10: '[www.disco-polo.org.pl]'

0.3.3.0-dev+bzr3586

Related branches

Revision history for this message
Mathias Brodala (mathbr) wrote :

Such invalid values for tracknumber and discnumber will be ignored with r3587. However, you should also fix your tags since that one is definitely no valid tracknumber.

Changed in exaile:
assignee: nobody → Mathias Brodala (mathbr)
importance: Undecided → Low
milestone: none → 0.3.3
status: New → Fix Committed
Changed in exaile:
status: Fix Committed → Fix Released
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.