Open desb42 opened 3 years ago
Also found that there was another key missing
, Keyval_.new_("mimeType" , Xof_ext_.Mime_type__ary[itm.Ext_id()])
it turns out that yet another change to Spoken_Wikipedia has exposed yet another missing key (changed Jan 2021)
the key is length
(or as I would call it duration)
Found this html buiding 2020-12-01 enwiki
An example is
en.wikipedia.org/wiki/Alfred_Nobel
In late Nov 2020, mw changed
Template:Spoken_Wikipedia
to useModule:Spoken_Wikipedia
From about line 46 are the lines
Note the
fileTitle.file.size
Thefile
object exists, but it does not have asize
keyA temporary fix is to add a line to
400_xowa\src\gplx\xowa\xtns\scribunto\libs\Scrib_lib_title.java
In functionGetFileInfo
obviously it should not be zero, but at least it makes
Spoken_Wikipedia
work