-
-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
I'd like to use your excellent tool for finding an estate. Unfortunately, with Immoscout, I'm running into an error which I don't fully understand:
[2026-01-25 09:53:09] ERROR: Error: Real estate type not found: eigentumswohnung-mit-garten
at convertWebToMobile (file:///fredy/lib/services/immoscout/immoscout-web-translator.js:155:13)
at Module.init (file:///fredy/lib/provider/immoscout.js:138:16)
at file:///fredy/lib/services/jobs/jobExecutionService.js:163:25
at Array.map (<anonymous>)
at executeJob (file:///fredy/lib/services/jobs/jobExecutionService.js:161:39)
at runSingle (file:///fredy/lib/services/jobs/jobExecutionService.js:129:11)
at EventEmitter.<anonymous> (file:///fredy/lib/services/jobs/jobExecutionService.js:63:5)
at EventEmitter.emit (node:events:519:28)
at file:///fredy/lib/api/routes/jobRouter.js:154:9
at next (/fredy/node_modules/0http/lib/next.js:58:20)
This seems to be referenced here, but I don't quite get the reason:
fredy/lib/services/immoscout/immoscout-web-translator.js
Lines 149 to 157 in e859250
| if (!realType) { | |
| // Test for seo optimized apartment path (only used on the ImmoScout web app) | |
| if (WEB_PATH_TO_APARTMENT_EQUIPMENT_MAP[realTypeKey]) { | |
| additionalParamsFromWebPath = WEB_PATH_TO_APARTMENT_EQUIPMENT_MAP[realTypeKey]; | |
| realType = REAL_ESTATE_TYPE['wohnung-mieten']; | |
| } else { | |
| throw new Error(`Real estate type not found: ${realTypeKey}`); | |
| } | |
| } |
Is it only possible to use it to search for flats for rents and not for buying?
Metadata
Metadata
Assignees
Labels
No labels