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 subscriptable #3

Closed
sentry-io bot opened this issue Feb 14, 2022 · 0 comments
Closed

TypeError: 'NoneType' object is not subscriptable #3

sentry-io bot opened this issue Feb 14, 2022 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Feb 14, 2022

Sentry Issue: NOTFLIX-CLI-3

TypeError: 'NoneType' object is not subscriptable
(1 additional frame(s) were not displayed)
...
  File "click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "app.py", line 49, in app
    movie = omdb_get_movie(answers["movie"], by_id=True)
0x1za added a commit that referenced this issue Feb 17, 2022
@0x1za 0x1za closed this as completed Feb 17, 2022
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