As per the title. I used a similar format to one that worked before but that one had much shorter <text> statements compared to the current imports (340+ characters now). The file size is only 46KB so it is well with the size limit. The import parameters are:
(I used en for Interwiki because it worked before.)
I want to upload 116 pages but I am only testing with 5 for now. No pages are added to the wiki and the runs all seem to take the same time whether 5 or 116 pages. I am the Admin so permission to run Import pages shouldn't be the problem.
This is a dump of the file I am importing from:
<mediawiki xml:lang="en">
<page>
<title>Undead Horror</title>
<revision>
<contributor>
<username>Fablanta</username>
<id>4654623</id>
</contributor>
<model>wikitext</model>
<format>text/x-wiki</format>
<text>{{Infobox Monster | foe = Boss | style = m | attack = p | loc = The Glade | Quest = The Beginning | Addinfo = The only boss I know of that you can bypass and still complete the challenge }}</text>
</revision>
</page>
<page>
<title>Garnu the Captain</title>
<revision>
<contributor>
<username>Fablanta</username>
<id>4654623</id>
</contributor>
<model>wikitext</model>
<format>text/x-wiki</format>
<text>{{Infobox Monster | foe = Boss | style = m | attack = p | loc = Garden | Quest = | Addinfo = Found in Garden I }}</text>
</revision>
</page>
<page>
<title>Imp</title>
<revision>
<contributor>
<username>Fablanta</username>
<id>4654623</id>
</contributor>
<model>wikitext</model>
<format>text/x-wiki</format>
<text>{{Infobox Monster | foe = M | style = m | attack = p | loc = Garden | Quest = | Addinfo = }}</text>
</revision>
</page>
<page>
<title>Mimic</title>
<revision>
<contributor>
<username>Fablanta</username>
<id>4654623</id>
</contributor>
<model>wikitext</model>
<format>text/x-wiki</format>
<text>{{Infobox Monster | foe = M | style = m | attack = p | loc = Garden | Quest = | Addinfo = These act like a chest when killed except they give a higher proportion of legendary items.<br><br>They also have an additional property. On extremely rare occasions, on death, they will spawn a portal to the [[Reign of Greed]].}}</text>
</revision>
</page>
<page>
<title>Infernal Hound</title>
<revision>
<contributor>
<username>Fablanta</username>
<id>4654623</id>
</contributor>
<model>wikitext</model>
<format>text/x-wiki</format>
<text>{{Infobox Monster | foe = M | style = m | attack = p | loc = Basement | Quest = | Addinfo = }}</text>
</revision>
</page>
</mediawiki>
It was not exported from another wiki, I just followed the format an export produced.
What I find crazy is, each time I run it, I get a different error code which Google has never heard of. The format of the error message is:
[588b50205c5f58fe] 2023-05-16 00:54:32: Fatal exception of type "Error"
I have also had error codes of:
[2cc876bd656c373f], [618b0f4cee51e3ff], and [32f485b7dfb0573b]
For exactly the same run params.
I suspect it is the long lines but does anybody know what's going wrong please, and more importantly how to bypass the problem?