https://bugzilla.wikimedia.org/show_bug.cgi?id=46548

       Web browser: ---
            Bug ID: 46548
           Summary: action: 'imagerotate' fails on bigger images
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The following request reproducibly fails:

$.post(mw.util.wikiScript('api'), {
  action: 'imagerotate',
  rotation: 270,
  titles: 'File:Lead Photo For 1986–87 Ekstraklasa0-4085970458108932.jpg',
  token: mw.user.tokens.get('editToken')
});

Result:
<?xml version="1.0"?>
<api>
  <imagerotate>
    <page id="24899054" ns="6" title="File:Lead Photo For 1986–87
Ekstraklasa0-4085970458108932.jpg" result="Failure" errormessage="Fehler beim
Erstellen des Vorschaubildes: " />
  </imagerotate>
</api>

Expected result:
Success

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to