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

Error on second function #3

Closed
CaptainAmerica3 opened this issue Oct 19, 2021 · 1 comment
Closed

Error on second function #3

CaptainAmerica3 opened this issue Oct 19, 2021 · 1 comment

Comments

@CaptainAmerica3
Copy link

The other functions of the program work well. I keep getting the following error below.

I'm trying some combinaison: 78

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 216, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern1, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 221, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern2, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 264, in
main()
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 259, in main
checkGeneratedProtonAccounts()
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 225, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern3, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

@pixelbubble
Copy link
Owner

Problem solved: #4

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