devMls
devMls
I continue doing test, I suspect that the problem is arround extra characters: \" time="2024-10-26T09:54:47Z" level=info msg="Only checking containers in scope \"WATCHTOWER_MONITORED\"" but i don't find correct combination for fix...
I am interested, now My current aproach is downloading webpages in html for import. but the results are inconsistent maybe a easy start point is, in the ingest process check...
Maybe adding: ``` # Usar BeautifulSoup para limpiar HTML malformado try: soup = BeautifulSoup(txt, "html.parser") txt = soup.prettify() # Reestructurar el HTML malformado except Exception as e: raise ValueError(f"Error limpiando...
I am also interesed. Any new?
Hi @saolof @imacrayon . I love this libtary. I a bit confused of this Issue. Finally is possible to connect websockets? I see SSE example in the documntation but I...