Hello all,
I was wondering if anyone knew the reason behind the following error I get
using wikibaseIntegrator to import a Qitem that has a claim whose value is
a text string in Akkadian?
wikibaseintegrator.wbi_exceptions.ModificationFailed: 'Malformed input: ana
šarri bēlīya aradka Gimillu'
The key lines of code that generate this error should be straightforward:
sentence_text = str(row['text'])[:200]
new_sentence.claims.add(datatypes.String(prop_nr=has_text,
value=sentence_text))
s_id = new_sentence.write().id
where sentence_text is something like 'ana šarri bēlīya aradka Gimillu'.
I don't understand what the problem is.