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
151 stars 27 forks source link

Overlay drawing issues #81

Open flxai opened 2 years ago

flxai commented 2 years ago

The bot has issues drawing the website after successfully logging in and reloading the page. The page just becomes blank white with the overlay (?) annotations lumped in the top left corner:

image

This behaviour appeared overnight and the bot was working fine some days earlier. Is this a known bug? Maybe even with a known remedy? Couldn't find it yet.

I had problems earlier (#80) that could be fixed by removing a cache directory (~/.config/Wohnungsbot) that I found by running strace. Are there any other directories I might be missing and could try to remove? Or some other kind of cache?

neopostmodern commented 2 years ago

This happens sometimes and I think it's not about the overlay but rather the underlying site crashing / misbehaving. No idea what causes this but I'd be happy to merge a PR with safe-guards around this if someone volunteers to investigate.