You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "InsolvencyAnnouncementsGer.py", line 208, in insol_proc_scr
text = soup.find_all('table')[1].find_all('p')[0].find_all('b')[0].get_text()
IndexError: list index out of range
with the variable soup being
Register type: HRA
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>403 Forbidden</title></head><body><h1>Forbidden</h1><p>You don't have permission to access this resource.</p></body></html>
My guess is that something is outdated. Going to dig into it and post here...
The text was updated successfully, but these errors were encountered:
Hi @FelixWeichselgartner
how did you solve the issue? I am encountering the same problem even though I have changed the URL to "neu.insolvenzbekanntmachungen.de". Is there any other change I have to make? Thanks in advance
@jurekvisionneo
changing the url did not solve the problem for me either
I did not further investigate this problem
Keep me posted if you solve the problem
returns
with the variable soup being
My guess is that something is outdated. Going to dig into it and post here...
The text was updated successfully, but these errors were encountered: