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 77, in __call__
    loop.run_until_complete(self.do_query(store.server, store.query))
  File "/layers/heroku_python/python/lib/python3.12/asyncio/base_events.py", line 684, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/workspace/articleinfo.py", line 169, in do_query
    raise Exception("This article has no revisions. Did you misspell the title? Incorrect capitalisation/lowercase? Is the article deleted?")
Exception: This article has no revisions. Did you misspell the title? Incorrect capitalisation/lowercase? Is the article deleted?