Page MenuHomePhabricator

Add gorwiktionary to wikistats
Closed, ResolvedPublic

Description

Please add new wiki gorwiktionary to Wikistats, once it is created. Thanks!

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedDzahn

Event Timeline

Zabe changed the edit policy from "Custom Policy" to "All Users".Jan 3 2023, 8:30 PM
Dzahn changed the task status from Open to In Progress.Jan 4 2023, 5:28 PM
MariaDB [wikistats]> insert into wiktionaries (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="gor";
Query OK, 1 row affected (0.009 sec)
dzahn@wikistats-bullseye:~$ /usr/lib/wikistats/update.php wt prefix gor

sent query: 'select * from wiktionaries where prefix="gor"'.
A(1/187) - gor.wiktionary.org - calling API: https://gor.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://gor.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 0 good: 0 edits: 0 users: 0 active users: 0 admins: 0 images: 0
---> update wiktionaries set total="0",good="0",edits="0",users="0",activeusers="0",admins="0",images="0",http="200",si_generator="MediaWiki 1.40.0-wmf.14",ts=NOW() where id="455";