Last modified: 2010-05-15 16:03:48 UTC
Not rigorously tested, but seems to occur only with OGG files. error code="internal_api_error_MWException" info="Exception Caught: Internal error in ApiFormatXml::recXmlPrint: (streams, ...) has integer keys without _element value. Use ApiResult::setIndexedTagName()." <Bryan> it is because the api uses unserialize(img_metadata) directly <Bryan> which won't work when you are having lists in combination with the xml printer <Bryan> you'll have to use setIndexedTagName or something like that
I'll be on this in the weekend.
Fixed in r33910, there was a &-sign missing somewhere.