Quote:
Originally Posted by nielsoncp
I built a version of Jomboy's 156 game schedule, but I am getting a parse error whenever I try to upload it. This is the first time I have created a schedule, so I'd appreciate any guidance folks have.
I think the top line is accurate (Yes to InterLeague, No to Balanced Schedule, and 2 leagues and 4 divisions of 8 teams.) I also included an all star game - I don't know if that is part of my problem. Thanks all for any help/guidance!
|
I got it to work with 4 changes.
#1 - in line 2, remove the quotation mark before allstar_game_day
What you have now: "allstar_game_day="95"
What it should be: allstar_game_day="95"
Fixing this will remove the parsing error.
#2 - Update the league structure to match your setup:
"ILY_BGN_G156_SL1D4T4T4T4T4SL2D4T4T4T4T4"
Two subleagues, each with 4 divisions; each division has 4 teams.
Fixing this will remove the error message about not matching the league structure.
#3 - remove the empty 700+ rows at the bottom.
#4 - fill in the data for the All Star game:
<GAME day="95" time="1305" away="-2" home="-1" type="4"/>
^^^ These were both attempts to address an error message stating that team ID cannot be less than 1.