techux / Mega-nz-Account-Creators

Automatic Mega.nz account creator bot with Python Selenium
0 stars 1 forks source link

Accounts are not generating #3

Open dorukhan1 opened 2 months ago

dorukhan1 commented 2 months ago

Giving this error last 3 days.

IndexError Traceback (most recent call last) in getVerificationLink(email) 40 try: ---> 41 html = emails.json()[0]["body_html"] 42 except:

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')

techux commented 2 months ago

Its because of Some network related issue on the Google Colab Side.

I fix that and added Multithreading approach.

dorukhan1 commented 2 months ago

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) in getVerificationLink(email) 40 try: ---> 41 html = emails.json()[0]["body_html"] 42 except:

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')

IndexError: list index out of range