thejosejorge / futcal-for-scriptable

Futcal is a football widget for Scriptable.
76 stars 25 forks source link

Update Futcal.js #42

Open Andrel666 opened 1 year ago

Andrel666 commented 1 year ago

change the data to be leagueTable = teamData.table[0].data.table[0] looks like the JSON was changed

Andrel666 commented 1 year ago

leagueTable = teamData.table[0].data.table.all;

Luk141888 commented 1 year ago

Hi, after installation I have this error: 2022-11-22 10:24:03: Error on line 350:53: TypeError: undefined is not an object (evaluating 'teamData.table[0].tables.length')

In line 350 is code: for (let i = 0; i < teamData.table[0].tables.length; i += 1) {

littlesteve01 commented 7 months ago

is there a solution for this error i get after installation via ScritpDude?

Error on line 350:53: TypeError: undefined is not an object (evaluating 'teamData.table[0].tables.length')