TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
231 stars 51 forks source link

Issue with doing punch cards: Cannot read properties of null (reading 'title') #182

Closed MintOcha closed 2 weeks ago

MintOcha commented 2 weeks ago

This error pops up when attempting to solve punch cards. I am running the script on github codespaces in the US region

/workspaces/codespaces-blank/dist/functions/Workers.js:36
            this.bot.log('PUNCH-CARD', `Started solving "Punch Card" items for punchcard: "${punchCard.parentPromotion.title}"`);
                                                                                                                       ^

TypeError: Cannot read properties of null (reading 'title')
    at Workers.doPunchCard (/workspaces/codespaces-blank/dist/functions/Workers.js:36:120)
    at async MicrosoftRewardsBot.Desktop (/workspaces/codespaces-blank/dist/index.js:134:13)
    at async MicrosoftRewardsBot.runTasks (/workspaces/codespaces-blank/dist/index.js:84:13)
TheNetsky commented 2 weeks ago

Fixed in 1.5