Re: [Vnc2swf-users] [Error] unsupported operand type
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2008-05-01 00:24:10
|
Hello, On Wed, 30 Apr 2008 12:58:47 -0500, "Lukasz Szybalski" <szy...@gm...> wrote: > Any idea why I might be getting: > > Traceback (most recent call last): (snip) > > File "/home/lucas/pyvnc2swf/mp3.py", line 83, in needsamples > > return int(self.sample_rate * t) + self.initial_skip > > TypeError: unsupported operand type(s) for *: 'NoneType' and 'int' I wonder if the generated mp3 file is corrupted. Did it play okay? What does it shows with the folloing command line? $ python mp3.py voice.mp3 If it does not show anything, try removing the ID3 tags with some existing mp3 tools. Yusuke |