Skip to content

Cookie errors in the background #180

@hoelger

Description

@hoelger

This only happens when I start the downloaded artifact (app image), started in terminal so I see the console output. This error did not pop up when I run the bot from code.
In /home/georg/.config/Wohnungsbot/ do delete folder LocalStorage and both Cookies* files, then the cookie popup will show.
Sometimes I have the feeling this error stalls the app. The second time the error kept poping up, but the bot would continue to write applications.

console output run 1

Details


Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunZAxdL6/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/Suche/de/berlin/berlin/wohnung-mieten?haspromotion=false&price=-3000.0&livingspace=30.0-&pricetype=rentpermonth&geocodes=110000000101,110000000102,110000000202,110000000103,110000000104,110000000701

console output run 2

Details
Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
isElementInViewport([data-testid="uc-customize-button"]) called on non-existent element
isElementInViewport([data-testid="uc-deny-all-button"]) called on non-existent element
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:127
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-customize-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:69:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email
Error executing JavaScript-snippet within webContents:
[TypeError] Cannot read properties of null (reading 'scrollIntoView')
TypeError: Cannot read properties of null (reading 'scrollIntoView')
    at <anonymous>:3:126
    at new Promise (<anonymous>)
    at <anonymous>:1:1

This is the code that caused the error:
new Promise((resolve, reject) => {
       try {
          resolve(document.querySelector('#usercentrics-root').shadowRoot.querySelector('[data-testid="uc-deny-all-button"]').scrollIntoView({ behavior: 'smooth', block: 'nearest'}))
       } catch(err) {
          throw { name: err.name, message: err.message, stack: err.stack }
       }
    })
// END OF CODE

Stack that led to the execution of this snippet (Electron):
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25)
 at focus (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:219:7)
 at shadowRootSelector (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:32:19)
 at le.click (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/utils/electronUtilsRedux.js:21:33)
 at Immediate.n (/tmp/.mount_WohnunnhuqHU/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/bot.js:74:21)

Current URL:
https://www.immobilienscout24.de/expose/132820589?referrer=RESULT_LIST_LISTING&searchId=7322dbc9-6b74-3d62-92f8-1f3c3f52b576&searchType=district#/basicContact/email

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions