The request was:
/wikispeech/?lang=ar&input_type=text&input=Script+error%3A+No+such+module+%22Unsubst%22.
Log:
| 1 | opusenc opus-tools 0.1.8 (using libopus 1.1) |
|---|---|
| 2 | Copyright (C) 2008-2013 Xiph.Org Foundation |
| 3 | Encoding using libopus 1.1 (audio) |
| 4 | ----------------------------------------------------- |
| 5 | Input: 16kHz 1 channel |
| 6 | Output: 1 channel (1 uncoupled) |
| 7 | 20ms packets, 33kbit/sec VBR |
| 8 | Preskip: 312 |
| 9 | |
| 10 | |
| 11 | |
| 12 | [|] 00:00:00.02 2e+04x realtime, 33.07kbit/s |
| 13 | Encoding complete |
| 14 | ----------------------------------------------------- |
| 15 | Encoded: 0.88 seconds |
| 16 | Runtime: 1e-06 seconds |
| 17 | (8.8e+05x realtime) |
| 18 | Wrote: 4425 bytes, 44 packets, 3 pages |
| 19 | Bitrate: 31.9364kbit/s (without overhead) |
| 20 | Instant rates: 28kbit/s to 37.6kbit/s |
| 21 | (70 to 94 bytes per packet) |
| 22 | Overhead: 20.6% (container+metadata) |
| 23 | |
| 24 | File "bin/wikispeech", line 28, in <module> |
| 25 | import wikispeech_server.test_api |
| 26 | File "./wikispeech_server/test_api.py", line 43, in <module> |
| 27 | assert ( langs == expected_langs ) , "%s and %s are not equal" % (expected_langs, langs) |
| 28 | * Running on http://0.0.0.0:10000/ (Press CTRL+C to quit) |
| 29 | [2017-09-26 15:22:21,241] ERROR in app: Exception on /wikispeech/ [POST] |
| 30 | Traceback (most recent call last): |
| 31 | File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1982, in wsgi_app |
| 32 | response = self.full_dispatch_request() |
| 33 | File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1614, in full_dispatch_request |
| 34 | rv = self.handle_user_exception(e) |
| 35 | File "/usr/local/lib/python3.4/dist-packages/flask_cors/extension.py", line 161, in wrapped_function |
| 36 | return cors_after_request(app.make_response(f(*args, **kwargs))) |
| 37 | File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1517, in handle_user_exception |
| 38 | reraise(exc_type, exc_value, tb) |
| 39 | File "/usr/local/lib/python3.4/dist-packages/flask/_compat.py", line 33, in reraise |
| 40 | raise value |
| 41 | File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1612, in full_dispatch_request |
| 42 | rv = self.dispatch_request() |
| 43 | File "/usr/local/lib/python3.4/dist-packages/flask/app.py", line 1598, in dispatch_request |
| 44 | return self.view_functions[rule.endpoint](**req.view_args) |
| 45 | File "./wikispeech_server/wikispeech.py", line 154, in wikispeech |
| 46 | markup = textproc(lang, textprocessor_name, input, input_type=input_type) |
| 47 | File "./wikispeech_server/wikispeech.py", line 367, in textproc |
| 48 | utt = process(text, lang, component, input_type=input_type) |
| 49 | File "./wikispeech_server/adapters/marytts_adapter.py", line 61, in marytts_preproc |
| 50 | (marylang, utt) = maryxml2utt(xml, tp_config) |
| 51 | File "./wikispeech_server/adapters/marytts_adapter.py", line 441, in maryxml2utt |
| 52 | utt = mary2ws(xml, voice) |
| 53 | File "./wikispeech_server/adapters/marytts_adapter.py", line 459, in mary2ws |
| 54 | root = ET.fromstring(maryxml.encode('utf-8')) |
| 55 | File "/usr/lib/python3.4/xml/etree/ElementTree.py", line 1325, in XML |
| 56 | parser.feed(text) |
| 57 | File "<string>", line None |
| 58 | xml.etree.ElementTree.ParseError: mismatched tag: line 1, column 2227 |
| 59 | 10.68.21.68 - - [26/Sep/2017 15:22:21] "POST /wikispeech/ HTTP/1.1" 500 - |