neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
150 stars 27 forks source link

Signing in to Immoscout does not work #141

Closed Lamalord closed 1 year ago

Lamalord commented 1 year ago

The bot is stuck at "Anmelden" and nothing really happens. If you could manually sign in would be great

neopostmodern commented 1 year ago

How does this relate to #117, #120 and PR #140 ?

besendorf commented 1 year ago

It looks this on my machine image I guess a manual sign in would solve this

SgtZeppelin commented 1 year ago

I have the same problem on version 1.6.0, along with the following error:

`Stack that led to the execution of this snippet (Electron): at scrollIntoView (/tmp/.mount_WohnuncQopu1/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:154:25) at /tmp/.mount_WohnuncQopu1/resources/app.asar/app/webpack:/wohnungsbot/app/actions/botHelpers.js:184:11 at next (/tmp/.mount_WohnuncQopu1/resources/app.asar/node_modules/redux-thunk/lib/index.js:23:18) at /tmp/.mount_WohnuncQopu1/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/scheduler.js:45:10 at dispatch (/tmp/.mount_WohnuncQopu1/resources/app.asar/node_modules/redux/lib/redux.js:667:28) at /tmp/.mount_WohnuncQopu1/resources/app.asar/app/webpack:/wohnungsbot/app/actions/bot.js:63:11 at /tmp/.mount_WohnuncQopu1/resources/app.asar/app/webpack:/wohnungsbot/app/middleware/scheduler.js:42:5

Error executing JavaScript-snippet within webContents: [TypeError] Cannot read properties of null (reading 'value') TypeError: Cannot read properties of null (reading 'value') at :3:54 at new Promise () at :1:1

This is the code that caused the error: new Promise((resolve, reject) => { try { resolve(document.querySelector('#username').value) } catch(err) { throw { name: err.name, message: err.message, stack: err.stack } } }) // END OF CODE `

neopostmodern commented 1 year ago

Okay, I just confirmed this was fixed in ba30cc88ede4ea88f197389b317df4f68bf8d60f – please wait for the 1.7 release or build from dev yourself.