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

            Bug ID: 64942
           Summary: Templates using interwiki transclusions fails at API
                    request
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

In LocalSettings.php I enabled scary transclusions:
$wgEnableAPI = true;
$wgEnableWriteAPI = true;
$wgEnableScaryTranscluding = true;
$wgTranscludeCacheExpiry = 0;

Then in a template I have this:
{{raw:lo::{{{1}}}}}

I see this in the log:
[info][localhost:Test] starting parsing
[warning/api][localhost:Test][oldid:306] Failed API request, 8 retries
remaining.
... and so on.

If just {{raw:lo::someItem}} is on the page parsoid evaluates this OK. But when
this is in a template the requests fail for some reason.

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

Reply via email to