You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2019. It is now read-only.
In wiki.py the server name is extracted from JSON metadata:
However, in versions of MediaWiki prior to 1.16, the general metadata does not contain the name of the server as a variable. For example:
The lack of this variable causes failure of the script.
A more robust approach is to extract the server name from base if server is not available.