Open dorukhan1 opened 2 months ago
Its because of Some network related issue on the Google Colab Side.
I fix that and added Multithreading approach.
Its because of Some network related issue on the Google Colab Side.
I fix that and added Multithreading approach.
Hello. Same error. I'm just trying to make an account via colab
IndexError Traceback (most recent call last)
IndexError: list index out of range
During handling of the above exception, another exception occurred:
IndexError Traceback (most recent call last)
2 frames
IndexError: list index out of range
Giving this error last 3 days.
IndexError: list index out of range
During handling of the above exception, another exception occurred:
IndexError Traceback (most recent call last) 2 frames in getVerificationLink(email)
42 except:
43 time.sleep(10)
---> 44 html = emails.json()[0]["body_html"]
45 soup = BeautifulSoup(html, 'html.parser').find('a', id='bottom-button')
46 return soup.get('href')