Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #2

Open
tentpole92 opened this issue Jan 30, 2023 · 2 comments
Open

IndexError: list index out of range #2

tentpole92 opened this issue Jan 30, 2023 · 2 comments

Comments

@tentpole92
Copy link

Hello,

It seems that again the Azure status structure has changed due to which this library is broken. Would you be able to check? I am using this library on daily basis to check azure services in my region

headers = [__clean_text(x.get_text().strip().lower()) for x in head[0].find_all('th')]
~~~~^^^
IndexError: list index out of range

@tentpole92
Copy link
Author

just to let you know yesterday for a moment it has worked but today again the issue still persist

@tomer-parametrix
Copy link

tomer-parametrix commented Sep 21, 2023

Add
if head:
before the problematic line

@github-staff github-staff deleted a comment from Mohammad-Haseeb Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants