Bug#750194: transmageddon: does nothing, gives a traceback

Paul Slootman paul at debian.org
Wed May 20 09:19:44 UTC 2015


On Wed 20 May 2015, Fabian Greffrath wrote:
> 
> Hi Paul,
> 
> On Mon, 02 Jun 2014 14:26:58 +0200 Paul Slootman <paul at debian.org> wrote:
> > $ transmageddon 
> > Traceback (most recent call last):
> >   File "transmageddon.py", line 132, in do_activate
> >     self.win = TransmageddonUI(self, source=self.source)
> >   File "transmageddon.py", line 323, in __init__
> >     CheckDir = os.path.isdir(self.audiodirectory)
> >   File "/usr/lib/python3.3/genericpath.py", line 41, in isdir
> >     st = os.stat(s)
> > TypeError: can't specify None for path argument
> 
> is this bug still reproducable with the latest version of transmageddon?

Unfortunately yes :(
I also updated all the dependencies to the latest version to be sure.

$ transmageddon
Traceback (most recent call last):
  File "transmageddon.py", line 141, in do_activate
    self.win = TransmageddonUI(self, source=self.source)
  File "transmageddon.py", line 335, in __init__
    CheckDir = os.path.isdir(self.audiodirectory)
  File "/usr/lib/python3.4/genericpath.py", line 42, in isdir
    st = os.stat(s)
TypeError: stat: can't specify None for path argument
^C
 1194 $ dpkg -l transmageddon
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                         Version             Architecture        Description
+++-============================-===================-===================-=============================================================
ii  transmageddon                1.5-2               all                 video transcoder for Linux and Unix systems built using GStre


Paul



More information about the pkg-gstreamer-maintainers mailing list