Javascript Error with Gear explorer in Combination Sim

I wanted to do a small combination of Azerite traits with my gear but it kept not working correctly, here are my steps to recreate it.

Character String

$63;US;Black Dragonflight;Fenyo;Echelon;9;2;120;13;13:80,15:274,12:100,3:139,4:27;3;.s1;13;;.s2;14;;.s3;15;2211121;.q3;153686s12b3346b1582e5938;1613s16b-3426b3279b22;151s11v120b10;2518s10b-3316b3288b18e-6;58s5b-3301b3283a273150;49s2b-3289b3436b1b3;79s13b-3444b3293b18;196s7b-3316b3290b4;1s8b-3299b3295b8;621s17v-1b2;63s6v1b6b2;240s9b-3303b3285b4e39;18s15b-3284b3281b7;322s14b-3303b3295b8;1298s1b-10a5391a-9942a-4621;2753s3b-3288b3288b10a14563a-9947a-4616;.inv;3371;0;0;0;0;0;0;0;3577;19096;1;0;0;6793;454;528;1041;3821;0;0;0;0;0;0;0;0;0;5770;19950;4808;11845;5088;426;830;6333;8731;1215;626;1386b3616x76671y0e4442;3386;0;0;0;0;0;0;0;0;0;0;1484;1260;1689;38;1463;1405;0;982;909e883;66;19;0;0;0;0;0;531;1335;0;0;0;0;0;0;688;1797;1382;0;0;316;1;1;0;0;227;0;0;0;0;3012;89;77;10b-2887b773b0b0x75356y14z-7578p1502p2026p84q-2110q2026q84r-2062r1787r199;646;4;0;0;3;310b-772b767b5b2x7572y-7572z7575p-2029p1829p276q-2082q1998q8r-2034r1835r274;42b-773b774b5b0x-14766y14754z16p-2036p1762p199q-2009q1810q275r-2100r1824r276;4709;0;2;0;3;0;0;0;0;0;12;3;90;0;0;0;0;0;0;0;0;21;1;2;2;3;3;3;4;2;33e605;2622;0;1265;1533;1017;1413;5152;950;126;52;3683;937;0;1;0;1;0;1;1;0;1;0;1;0;65;0;1;54;0;37;207;0;1;0;1;122;22;2;678;3;1;472b2474b13;720;0;0;1;0;1;0;0;702;8;2579;571;72;18;14;16;94v118b793e8;56b-3323b3308b10a278541a-10104a-4459;48v1b5;85v1b-3081b3087;76b-3314b3303b32;30b-3335b3303b32;559;177v0b-27;18v0b0;95;36v0b-3080b3086;18v0b-3108b3108;81;279;50;1;1;152;318;123v0b-6;10v0b3;1267v0b0e0;131;624;510;123;12$

Edit: Additional info - You don’t need to select any of the chests, just select “Only Bag items” twice and it will happen.

Step

  1. Choose “Test Combinations”
  2. Load my character string
  3. Open Gear
  4. Click Chest
  5. Choose “Only bag items”
  6. Select all 3 chests (Though it allows you to select the one you have equipped twice, that might be the problem)
  7. Close the chest window and reopen
  8. Click “Only bag items” again

This is where the javascript error will happen

wowitemlist.js:48 Uncaught TypeError: Cannot read property ‘0’ of null
at S (wowitemlist.js:48)
at T.$findWhere.forEach (wowitemlist.js:45)
at NodeList.forEach ()
at T (wowitemlist.js:45)
at tr.js:54
S @ wowitemlist.js:48
T.$findWhere.forEach @ wowitemlist.js:45
T @ wowitemlist.js:45
(anonymous) @ tr.js:54
setTimeout (async)
(anonymous) @ tr.js:54
WowItemList.$on @ wowitemlist.js:51

Looks like some missing metadata to display azerite info… I’ll fix that in the next update. (Make sure to add a category to your posts, otherwise it is unlisted. I added the Ask Mr. Robot category.)