Can't upload to 1.15.16

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
vghetto
Posts: 755
Joined: November 2nd, 2019, 5:12 pm

Can't upload to 1.15.16

Post by vghetto »

Hi,

For some reason I'm no longer able to upload my mods to the addons server. Any help would be appreciated.

Code: Select all

20210829 00:57:14 error addons-client: server error: message = Invalid WML received: attributes not in order

20210829 00:57:15 error network: network_asio::error thrown during transaction with add-on server; "stream truncated"
20210829 00:57:15 error general: Remote host disconnected.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Can't upload to 1.15.16

Post by Pentarctagon »

Which add-on?
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
vghetto
Posts: 755
Joined: November 2nd, 2019, 5:12 pm

Re: Can't upload to 1.15.16

Post by vghetto »

I tried updating Quickie_Fight and Wild_Frontiers. It failed for both.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Can't upload to 1.15.16

Post by Pentarctagon »

From Iris on Discord:
20210829 01:20:23 error config: attributes: 'name' < 'map_width'
20210829 01:20:23 error config: ERROR: 'attributes not in order'

20210829 00:57:16 error config: attributes: 'next_scenario' < 'name'
20210829 00:57:16 error config: ERROR: 'attributes not in order'

if you're thinking those attributes shouldn't be seen by campaignd you are correct
somehow it seems to be looking at wml from the upload contents
i'd like the person's pbl and add-on
the full thing
So if you can provide the exact _server.pbl (via PM) and add-on (by uploading it somewhere else for now) to her, she can take a look at what's going on.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
vghetto
Posts: 755
Joined: November 2nd, 2019, 5:12 pm

Re: Can't upload to 1.15.16

Post by vghetto »

Thank you to you both for looking into this.
I deleted Quickie_Fight and Wild_Frontiers from the 1.15.16 server so you can try uploading freely.
The latest version for both are on the 1.14 addon server that you can download and try to reupload to 1.15.16
The server pbl for WF is here
Just plug in any email and passphrase.
The server pbl for QF is

Code: Select all

author="vghetto"
description="Training skirmishes. Nothing fancy.
Install the add-on 'Ultimate_Random_Maps' for additional maps."
email=""
icon="units/human-loyalists/javelineer-attack-melee-1.png~RC(magenta>red)"
passphrase=""
tags="QF,RC,URM,WCII,WC2"
title="Quickie Fight"
translate=true
type="campaign"
version="1.0.17"
Again just plug in any email and passphrase.
Oh, I just tried doing a fresh upload of QF and it also failed.
Edit:
The message when I tried to upload WF after deleting it first was

Code: Select all

20210829 15:10:19 error addons-client: server error: message = Invalid WML received: did not find newline after end of attribute

20210829 15:10:19 error general: The add-on was rejected by the server:

Invalid WML received: did not find newline after end of attribute
Edit2:
Please delete the addons from 1.15.16 once successfully uploaded and the bug is fixed, so I can upload using my old passphrases. Thank you :)
User avatar
Atreides
Posts: 1074
Joined: March 30th, 2019, 10:38 pm
Location: On the 2nd story of the centre village of Merwuerdigliebe turning the lights on and off

Re: Can't upload to 1.15.16

Post by Atreides »

I'm having a similar problem. : - )
vghetto
Posts: 755
Joined: November 2nd, 2019, 5:12 pm

Re: Can't upload to 1.15.16

Post by vghetto »

Atreides wrote: August 29th, 2021, 5:04 pm I'm having a similar problem. : - )
Similar but different cause each time :/
In your case
server error: message = Invalid WML received: found stray quotes in unquoted value
Then disconnect

In my case when updating
server error: message = Invalid WML received: attributes not in order
Then disconnect

But on a fresh upload (after deleting)
server error: message = Invalid WML received: did not find newline after end of attribute
But no disconnect, just a popup gui saying the addon was rejected.

To be clear, the addon server in question is the default one when running 1.15.16 which is equivalent to the 1.16 server
User avatar
Iris
Site Administrator
Posts: 6798
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: Can't upload to 1.15.16

Post by Iris »

Addressed this here since it's more of a general technical support issue.
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
vghetto
Posts: 755
Joined: November 2nd, 2019, 5:12 pm

Re: Can't upload to 1.15.16

Post by vghetto »

Thank you for looking into it.
Post Reply