Transcribe not keeping track of time in Ubuntu 13.10
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Transcribe |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
I'm using transcribe with Ubuntu 13.10. I installed transcribe through the ppa for Ubuntu 13.04 because none is available for the latest version of Ubuntu and transcribe failed to work when installed with "python setup.py install".
The problem with my install is that transcribe does not keep track of total time, time elapsed, remaining and so forth. In consequence, I cannot use various functions such as "skip to" (Ctrl+K) and go back, go forward (Ctrl+Left or Right), and probably more. The only (imprecise) way I found of moving inside an audio file is by scrolling left or right the position indicator.
The traceback I get is:
Traceback (most recent call last):
File "/usr/local/
duration = ns_to_time(
File "/usr/local/
dur = self.pipeline.
gst.QueryError: query failed
/usr/local/
return gst.STATE_PLAYING in self.pipeline.
WARNING:root:query failed, cannot save current position
Your help would be appreciated!
Thanks in advance,
François
This is strange, I cannot reproduce this in 13.10. It works for me.
Am am happy to take further hints (or better yet, patches), but I’m afraid I cannot fix this by myself.