[mp3togo] Decoding ogg: Failed.

Justus Pendleton justus at ryoohki.net
Mon Jun 12 15:53:07 PDT 2006


Mike wrote:
> doesn't work for me.  mp3togo thinks that decoding ogg
> failed.
> 
> What's it doing at that point?  How is it checking for
> the wav file?

I believe that it simply invokes ogg321 in a subprocess. When that 
subprocess exists it goes on to the next step. You could try 
instrumenting the tasks.py:Task.run code or putting a breakpoint in 
there and seeing what is going on. Presuming, of course, that you are 
comfortable with debugging code. Somewhere around line 286 there is an 
os.execvp which is where I think ogg321 is actually being invoked. You 
could check its return code, etc.



More information about the mp3togo mailing list