500

You shouldn't be seeing this page. Please report this to User:Σ on enwp. Include the current URL and the text below in your report. If you do not include this information, then there is nothing I can do to help.

Traceback (most recent call last):
  File "/workspace/app.py", line 33, in inner
    return func(*a, **kw)
           ^^^^^^^^^^^^^^
  File "/workspace/app.py", line 117, in articleinfo_py
    tpl, store = ArticleInfo(params)()
                 ^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/articleinfo.py", line 79, in __call__
    store.data = self.process(store.query)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/articleinfo.py", line 205, in process
    line = [obj.decode("utf8") if isinstance(obj, bytes) else obj for obj in line]
            ^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 254: unexpected end of data