flathunters / flathunter

A bot to help people with their rental real-estate search. 🏠🤖
GNU Affero General Public License v3.0
831 stars 179 forks source link

Immowelt "Unbekannter Fehler aufgetreten" Missing authentication token. #622

Open joshuak94 opened 1 month ago

joshuak94 commented 1 month ago

Hello! I just started trying to set up the bot and when I run it with an immowelt link, I get the following error:

[2024/07/17 13:02:10|abstract_crawler.py     |ERROR   ]: Got response (500): b'<!DOCTYPE html>\n<html lang = "de">\n<head>\n    <title>Unbekannter Fehler aufgetreten</title>\n    <meta name = "robots" content = "noindex"/>\n    <meta charset = "UTF-8"/>\n    <link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon">\n    <link rel="stylesheet" href="https://smartdesign.immowelt.org/core/4.0.0/css/main.css" />\n    <link rel="stylesheet" href="https://smartdesign.immowelt.org/core/4.0.0/css/themes/iw/index.css" />\n    <link rel="stylesheet" href="https://smartdesign.immowelt.org/core/4.0.0/css/components/error-page.css" />\n    <link rel="stylesheet" href="https://smartdesign.immowelt.org/core/4.0.0/css/elements/buttons.css" />\n    <link rel="stylesheet" href="https://smartdesign.immowelt.org/iconfont/4.0.0/smartdesign-icons.css">\n    <script src="https://navigation.immowelt.org/v1/MINIMAL/0/navigation.js"></script>\n</head>\n<body>\n\n<navigation-ui-header\n        highlight="wohnen,wohnen--immobilie-suchen"\n        smallSticky="true"\n        bigSticky="false">\nimmowelt.at\n</navigation-ui-header>\n\n<div class="container">\n\n    <div class="error-page" >\n\n        <div class="error-page__bg-img" style="background-image: url(https://smartdesign.immowelt.org/core/4.0.0/assets/error-page/error.svg)"></div>\n\n        <div class="error-page__content">\n            <p class="error-page__headline">\n                Es tut uns leid, <br> aber etwas stimmt nicht.\n            </p>\n            <p class="error-page__desc">\n                Beim Laden dieser Seite ist leider <br> ein unbekannter Fehler aufgetreten.\n            </p>\n            <form method="post" action="/">\n                <button type="submit" class="btn btn--200 btn--primary">\n                    <span class="sd-icon">redo</span>\n                    <span>Seite neu laden</span>\n                </button>\n            </form>\n        </div>\n\n\n\n    </div>\n\n</div>\n\n</body>\n</html>\n'
Unknown

When I open the copied link directly in my browser, I get the error page. Then when I click on "Seite neu laden", I get the following:

{"message":"Missing Authentication Token"}

Any help is appreciated! Thanks for the great bot.

joshuak94 commented 1 month ago

I also notice that the web hosted version of the bot only reports results from wg-gesucht and Kleinanzeigen... Could it be that both immoscout and immowelt are not working at the moment?