Hi,
when I try to input an item in a transcription pane I get the following error:
Error: tag "gStart" doesn't match any items
I tried removing the ~/.wavesurfer directory in case this depended on my configuration, but I get the same error then. I also tried to download the latest binary version for linux, but I could note make it work because of missing libraries (I will open another ticket about this problem).
The wav file I am trying to transcribe is a standard wav, mono 16kHz, 16bits linear audio file.
Details:
WaveSurfer version: 1.8.8p4 (from apt-get package 1.8.8p4-3ubuntu1 in Ubuntu)
OS: Ubuntu 16.04
Wish: 8.5 (from apt-get package tcl8.5 version 8.5.19-1)
Detailed output from WaveSurfer:
tag "gStart" doesn't match any items
tag "gStart" doesn't match any items
while executing
"$c lower g$tagno gStart"
(procedure "DrawLabel" line 19)
invoked from within
"DrawLabel $w $pane $c $n $i 0 0 $start $cx $label"
(procedure "InsertLabel" line 52)
invoked from within
"InsertLabel $w $pane $x $y $A"
(procedure "handleAnyKey" line 27)
invoked from within
"handleAnyKey .x.s1 .x.s1.workspace.pane_3 .x.s1.workspace.pane_3.c 763 13 p"
(in namespace inscope "::wsurf::trans" script line 1)
invoked from within
"::namespace inscope ::wsurf::trans {handleAnyKey .x.s1 .x.s1.workspace.pane_3 .x.s1.workspace.pane_3.c 763 13 p}"
(command bound to event)
Now I managed to make the latest binary version work (wavesurfer-1.8.8p5-linux-x86_64.tgz), and I get the same error but phrased in a slightly different way:
**Error: tagOrid "gStart" doesn't match any items
**
Detailed output:
tagOrId "gStart" doesn't match any items
tagOrId "gStart" doesn't match any items
while executing
"$c lower g$tagno gStart"
(procedure "DrawLabel" line 19)
invoked from within
"DrawLabel $w $pane $c $n $i 0 0 $start $cx $label"
(procedure "InsertLabel" line 52)
invoked from within
"InsertLabel $w $pane $x $y $A"
(procedure "handleAnyKey" line 27)
invoked from within
"handleAnyKey .x.s1 .x.s1.workspace.pane_3 .x.s1.workspace.pane_3.c 761 5 p"
(in namespace inscope "::wsurf::trans" script line 1)
invoked from within
"::namespace inscope ::wsurf::trans {handleAnyKey .x.s1 .x.s1.workspace.pane_3 .x.s1.workspace.pane_3.c 761 5 p}"
(command bound to event)
An additional note: after the first error, the transcription function works fine and I can add items and save transcriptions without problems.