← Back to team overview

desktop-packages team mailing list archive

[Bug 886947] [NEW] Totem Download Movie Subtitles hangs on loading the subtitles

 

Public bug reported:

Ubuntu version: 11.10
Totem version:  3.0.1-0ubuntu5

Step to reproduce:


1) Active the plugin "Subtitle Downloader" 
2) Open a movie with totem 
3) View > Subtitles > Download movie Subtitles
4) Select one from the list
5) Totem hangs

On the console the error is
Traceback (most recent call last):
  File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 570, in os_save_subtitles
    subFile  = fp.replace('', False)
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs)
TypeError: replace() takes exactly 5 arguments (3 given)

I attach a patch to solve the problem (to apply to
/usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

** Affects: totem (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to totem in Ubuntu.
https://bugs.launchpad.net/bugs/886947

Title:
  Totem Download Movie Subtitles hangs on loading the subtitles

Status in “totem” package in Ubuntu:
  New

Bug description:
  Ubuntu version: 11.10
  Totem version:  3.0.1-0ubuntu5

  Step to reproduce:

  
  1) Active the plugin "Subtitle Downloader" 
  2) Open a movie with totem 
  3) View > Subtitles > Download movie Subtitles
  4) Select one from the list
  5) Totem hangs

  On the console the error is
  Traceback (most recent call last):
    File "/usr/lib/totem/plugins/opensubtitles/opensubtitles.py", line 570, in os_save_subtitles
      subFile  = fp.replace('', False)
    File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
      return info.invoke(*args, **kwargs)
  TypeError: replace() takes exactly 5 arguments (3 given)

  I attach a patch to solve the problem (to apply to
  /usr/lib/totem/plugins/opensubtitles/opensubtitles.py)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/886947/+subscriptions


Follow ups

References