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

TypeError: 'NoneType' object is not iterable #35

Open
madzharov opened this issue Nov 20, 2021 · 0 comments
Open

TypeError: 'NoneType' object is not iterable #35

madzharov opened this issue Nov 20, 2021 · 0 comments

Comments

@madzharov
Copy link

When I start the login is running but cannot list the emails or check them

[INFO] 2021-11-20 13:47:23: Initiating ProtonMail client
[INFO] 2021-11-20 13:47:26: Logging in...
[INFO] 2021-11-20 13:47:34: Logged in successfully
[INFO] 2021-11-20 13:47:34: Opening https://mail.protonmail.com/inbox
Traceback (most recent call last):
  File "protonmail-cli.py", line 159, in <module>
    args.func(args)
  File "protonmail-cli.py", line 13, in subcommand_list
    for mail in client.get_mails(args.type):
TypeError: 'NoneType' object is not iterable
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

1 participant