Error in Debian package

Bug #571617 reported by joselsegura
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Tivion
Fix Committed
Critical
Angel Guzman Maeso

Bug Description

First of all, I want to congratulate you on winning the first prize of the Free Software Competition.

I have installed Tivion on my Debian unstable system. I launch it from a console, and when I select the first channel (Spain -> 24 horas), I got this error on the console:

Traceback (most recent call last):
  File "tivion.py", line 1519, in selectChannel
    cache = int(self.get_cache_size())
  File "tivion.py", line 1225, in get_cache_size
    cfg_cache_size = cfg.cfg.get('OPTIONS', 'Cache_size')
  File "/usr/lib/python2.5/ConfigParser.py", line 525, in get
    return self._interpolate(section, option, value, d)
  File "/usr/lib/python2.5/ConfigParser.py", line 565, in _interpolate
    if "%(" in value:
TypeError: argument of type 'int' is not iterable

Related branches

Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

Hi, thanks

Try this as temporal workaround:

1) Edit file .tivion/config.cfg in your home with your prefered editor (for example, gedit):
gedit ~/.tivion/config.cfg

2) Maybe the cache size value is empty, try putting some integer value (like 360 by default)

For example, this is my config.cfg file:
[OPTIONS]
lang = es_ES.UTF-8
screenshot_folder = /home/shakaran/.tivion
cache_size = 670

Tell me if works for you

Changed in tivion:
milestone: none → tivion-0.0.5
assignee: nobody → Angel Guzman Maeso (shakaran)
importance: Undecided → Critical
status: New → Incomplete
Revision history for this message
joselsegura (joselsegura) wrote :

First, I was not able to reproduce the error on a second time (I think it's a problem creating the configuration file and, when it exists, the bug is gone).

Changed in tivion:
status: Incomplete → Triaged
Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

I made a fix for prevent wrong o empty values for cache size:
http://bazaar.launchpad.net/~shakaran/tivion/tivion/revision/475

I gonna mark the bug as fixed, reopen if you have the bug again.

Changed in tivion:
status: Triaged → 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.