XZise added a comment.
Okay it seems to be same issue as in https://phabricator.wikimedia.org/T78152 but at a different place. Maybe there should be a more general solution for log entries which have suppressed information. So that for example APISite.logevent just skips them for example.
import pywikibot s = pywikibot.Site('sv', 'wikipedia') for c, l in enumerate(s.logevents(logtype='move')):
... if 'title' not in l.data: ... break ...
c
610
l.data
{'actionhidden': '', 'action': 'move_redir', 'user': 'Dnm', 'logid': 4758340, 'timestamp': '2015-03-13T18:31:40Z', 'commenthidden': '', 'type': 'move'}
TASK DETAIL https://phabricator.wikimedia.org/T94349
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: XZise Cc: XZise, Xqt, Aklapper, jayvdb, pywikipedia-bugs