frosty5689 / twitch-watcher

Automatic watching the twitch to get drop
MIT License
7 stars 3 forks source link

Getting a "Failed to click on query" error in logs #1

Open NeoMod opened 2 years ago

NeoMod commented 2 years ago

I'm getting these two errors inside the log, but everything else seems to be working fine:

Failed to click on query: button[data-a-target="player-play-pause-button"], Cannot read property 'type' of undefined
Failed to click on query: [data-a-target="player-settings-button"], Cannot read property 'type' of undefined

I'm not sure if this is a "critical" error - preventing the script from doing its job - or if it's just a simple error that can be ignored. If it's useful for debugging purposes, the stream is related to "Elder Scrolls Online".

NezumiRyu commented 1 year ago

Same issue here. Hanging on await page.waitFor(streamQualitySettingQuery);

ycodryn commented 1 year ago

I'm getting Failed to click on query: button[data-a-target="player-overlay-mature-accept"], Cannot read property 'type' of undefined