https://bugzilla.wikimedia.org/show_bug.cgi?id=68690
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Brad Jorsch <[email protected]> --- [[Michael Swann]] does not have any revisions before 35623836, so rvstartid=7560 with the default rvdir=older is causing prop=revisions to return no revisions. That's why you're getting no diffs. If you do something like https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=ids|user|timestamp|comment&rvtoken=rollback&revids=7560&rvdiffto=5732 (to actually query by rev_id) or https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=ids|user|timestamp|comment&rvlimit=1&rvtoken=rollback&rvdiffto=5732&titles=Michael%20Swann (to query revisions of Michael Swann that actually exist), it works as expected. FYI, revision 7560 belongs to [[Lars Onsager]], and revision 5732 belongs to [[Newcastle Brown Ale]]. So it makes little sense to be trying to diff them with each other or with revisions of [[Michael Swann]]. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
