A séma az aktuális config alapján rajzolódik; egy régebbi futtatás más orchestrátorral készülhetett. BPMN-szerű jelölés: zöld kör = kezdőesemény, kék + rombusz = párhuzamos fork/join, lekerekített téglalap = task (szín = státusz), dupla piros kör = befejezés. Egér a task fölött: részletek (státusz, időpontok, hiba).
| Stage | Státusz | Indult | Befejezve | Időtartam | Hiba |
|---|---|---|---|---|---|
| data_extraction | failed | — | 2026-03-21 08:12:23 | — | Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s). |
| discovery_fetch_validation | failed | 2026-03-21 08:01:35 | 2026-03-21 08:12:23 | 10 min 48 s | Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s). |
| metadata_alt | completed | 2026-03-21 08:01:34 | 2026-03-21 08:12:23 | 10 min 48 s | — |
| reviews | completed | 2026-03-21 08:02:08 | 2026-03-21 08:12:23 | 10 min 14 s | — |
| taxonomy_enrichment_alt | failed | — | 2026-03-21 08:12:23 | — | Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s). |
A futtatás hibával zárult — részletek a stage táblázatban.
{
"execution_id": "af78c022-32c6-454f-b524-20ce4846619e",
"input_url": "https://www.wittmannplasztikaisebeszet.hu/",
"state_filename": "20260321_080134_wittmannplasztikaisebeszet_hu.json",
"created_at": "2026-03-21T08:01:34.709885",
"updated_at": "2026-03-21T08:12:23.397264",
"stages": {
"metadata_alt": {
"stage_name": "metadata_alt",
"status": "completed",
"started_at": "2026-03-21T08:01:34.955778",
"completed_at": "2026-03-21T08:12:23.082878",
"result": {
"metadata": {
"company_name": "Wittmann Plasztikai Sebészet",
"description": "A Wittmann Plasztikai Sebészet 2007 óta fogad pácienseket Mosonmagyaróváron, a Budapest–Bécs–Pozsony útvonal kereszteződésénél. Egy napos sebészeti ellátást, plasztikai és általános sebészeti beavatkozásokat, ultrahangos kezeléseket, szemészeti (szürkehályog) műtéteket, valamint pszichoterápiát és családterápiát kínálunk. Két légkondicionált, modern felszereltségű műtővel rendelkezünk, ahol tapasztalt és elismert szakemberek végzik a beavatkozásokat. Klinikánk mediterrán stílusú épülete diszkrét, nyugodt környezetet biztosít a felépüléshez, és kiemelt figyelmet fordítunk a magas szakmai színvonalra és a betegek diszkréciójára. Szívesen segítünk tájékoztatással és időpont-egyeztetéssel minden érdeklődő számára.",
"arlista_url": "N/A",
"varos": "Mosonmagyaróvár",
"iranyitoszam": "9200",
"utca": "Április u. 2.",
"telefonszam": "0036-96/576-127",
"email": "N/A",
"website": "https://www.wittmannplasztikaisebeszet.hu/"
},
"llm_usage": {
"prompt_tokens": 7504,
"completion_tokens": 811,
"total_tokens": 8315,
"cost": 0.003498
}
},
"error": null,
"metadata": {}
},
"discovery_fetch_validation": {
"stage_name": "discovery_fetch_validation",
"status": "failed",
"started_at": "2026-03-21T08:01:35.005479",
"completed_at": "2026-03-21T08:12:23.236700",
"result": null,
"error": "Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s).",
"metadata": {}
},
"reviews": {
"stage_name": "reviews",
"status": "completed",
"started_at": "2026-03-21T08:02:08.951102",
"completed_at": "2026-03-21T08:12:23.159852",
"result": {
"reviews": {
"company_name": "Wittmann Plasztikai Sebészet",
"total_reviews": 0,
"reviews": [],
"phone": null,
"error": "Command '['/usr/local/bin/google-maps-scraper', '-input', '/tmp/tmpi896xdwk', '-results', '/tmp/tmpx5avkl4a', '-json', '-extra-reviews', '-lang', 'hu', '-geo', '47.4979,19.0402', '-exit-on-inactivity', '2m']' timed out after 200 seconds"
}
},
"error": null,
"metadata": {}
},
"data_extraction": {
"stage_name": "data_extraction",
"status": "failed",
"started_at": null,
"completed_at": "2026-03-21T08:12:23.324445",
"result": null,
"error": "Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s).",
"metadata": {}
},
"taxonomy_enrichment_alt": {
"stage_name": "taxonomy_enrichment_alt",
"status": "failed",
"started_at": null,
"completed_at": "2026-03-21T08:12:23.397249",
"result": null,
"error": "Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s).",
"metadata": {}
}
},
"overall_status": "failed",
"current_stage": "taxonomy_enrichment_alt",
"resume_from_stage": null,
"llm_usage_summary": null
}
Forrás: data/logs — név szerint illeszkedő .log fájlok (API/orchestrator: af78c022-32c6-454f-b524-20ce4846619e_*.log, CLI: pipeline_af78c022_*.log).
data/logs/af78c022-32c6-454f-b524-20ce4846619e_20260321_080135.log
2026-03-21 08:01:35 | INFO | Starting discovery-fetch-validation (async) for URL: https://www.wittmannplasztikaisebeszet.hu/ 2026-03-21 08:01:35 | INFO | Async discovery config: fetch=curl, output=html, prediction=http://docker-host:8000/predict 2026-03-21 08:01:35 | INFO | Async crawl starting: https://www.wittmannplasztikaisebeszet.hu/ (max_depth=2, max_concurrent=10) 2026-03-21 08:01:35 | INFO | Crawled (depth 0): https://www.wittmannplasztikaisebeszet.hu/ 2026-03-21 08:01:37 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/de 2026-03-21 08:01:37 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/mellplasztika 2026-03-21 08:01:37 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink 2026-03-21 08:01:37 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/combplasztika 2026-03-21 08:01:37 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/arcplasztika 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/fulplasztika 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/szemhejplasztika 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/zsirleszivas 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/tokaplasztika 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/en 2026-03-21 08:01:38 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/hasplasztika 2026-03-21 08:01:39 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/felkarplasztika 2026-03-21 08:01:39 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/fenekplasztika 2026-03-21 08:01:39 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/intimplasztika 2026-03-21 08:01:40 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/ferfi-mellplasztika 2026-03-21 08:01:40 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/ambulans-esztetikai-kezelesek/botox-kezeles 2026-03-21 08:01:40 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/ambulans-esztetikai-kezelesek/rancfeltoltes 2026-03-21 08:01:40 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/sebeszet 2026-03-21 08:01:41 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/plasztikai-sebeszet/vadli-plasztika 2026-03-21 08:01:41 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/ambulans-esztetikai-kezelesek/ajakfeltotles 2026-03-21 08:01:41 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/ambulans-esztetikai-kezelesek/orvosi-borcsiszolas 2026-03-21 08:01:41 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/szemeszet 2026-03-21 08:01:41 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/ambulans-esztetikai-kezelesek/ultrahangos-zsirbontas 2026-03-21 08:01:42 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/kapcsolat 2026-03-21 08:01:42 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/kapcsolat/munkatarsaink 2026-03-21 08:01:42 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok/utazas 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/galeria 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok/egeszsegpenztar 2026-03-21 08:01:44 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/oberschenkelstraffung 2026-03-21 08:01:44 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok/idegenforgalom 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok/klinikai-ellatas 2026-03-21 08:01:44 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/facelift 2026-03-21 08:01:44 | INFO | Crawled (depth 1): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasok/hotel 2026-03-21 08:01:44 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/lidstraffung 2026-03-21 08:01:46 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/oberarmstraffung 2026-03-21 08:01:46 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/bauchplastik 2026-03-21 08:01:46 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/intimkorrektur 2026-03-21 08:01:46 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/gesass-korrektur 2026-03-21 08:01:46 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/brustoperationen 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/ohrenkorrektur 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/fettabsaugung 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/wadenkorrektur 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/doppelkinnkorrektur 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/plastische-eingriffe/gynakomastie 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/ambulante-eingriffe/faltenauffullung 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/ambulante-eingriffe/lippenauffullung-permalip 2026-03-21 08:01:47 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/ambulante-eingriffe/botox-behandlungen 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/chirurgische-eingriffe 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/kontakt 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/ambulante-eingriffe/dermabrasio-chemical-peeling 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/ambulante-eingriffe/ultraschallbehandlung 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/galerie 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen/krankenkassen 2026-03-21 08:01:49 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/kontakt/mitarbeiter 2026-03-21 08:01:50 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/behandlungen/augenoperationen 2026-03-21 08:01:50 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen/klinik-unterkunft 2026-03-21 08:01:50 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen/reisen 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/thigh-lift 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/facelift 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen/tourismus 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/de/dienstleistungen/hotel 2026-03-21 08:01:51 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/ear-correction 2026-03-21 08:01:52 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/breast-plastic-surgery 2026-03-21 08:01:52 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/eyelid-surgery 2026-03-21 08:01:52 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/double-chin-correction 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/buttock-surgery 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/tummy-tuck 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/liposuction 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/upper-arm-surgery 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/calves-implants 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/intim-surgery 2026-03-21 08:01:53 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/plastic-surgery/male-breast-reduction 2026-03-21 08:01:54 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/outpatient-aesthetic-treatments/lip-augmentation-permalip 2026-03-21 08:01:54 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/outpatient-aesthetic-treatments/botox 2026-03-21 08:01:54 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/outpatient-aesthetic-treatments/wrinkle-lifting 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/outpatient-aesthetic-treatments/dermabrasio-chemical-peeling 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/outpatient-aesthetic-treatments/ultrasonic-body-conturing 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/contact 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/contact/our-team 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/surgery 2026-03-21 08:01:55 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/treatments/ophthalmology 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/photos 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/services/clinical-catering 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/services 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/services/hotel 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/services/tourism 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/en/services/travel 2026-03-21 08:01:56 | INFO | Crawled (depth 2): https://www.wittmannplasztikaisebeszet.hu/index.php/hu/szolgaltatasaink/sebeszet/2-uncategorised/15-ambulans-esztetikai-kezelesek 2026-03-21 08:01:56 | INFO | Crawl finished: 94 URLs in 21.7s (success=93, errors=0) 2026-03-21 08:02:58 | INFO | Crawl produced 0 URLs from BERT (threshold and above), fetching all 2026-03-21 08:02:58 | ERROR | Async discovery: no BERT candidate URL produced valid content. Tried 0 URL(s). 2026-03-21 08:02:58 | INFO | Attempting fallback: original URL with trafilatura+markdown