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

Token Attribute Error #5

Open
pchabermann opened this issue Aug 21, 2023 · 0 comments
Open

Token Attribute Error #5

pchabermann opened this issue Aug 21, 2023 · 0 comments

Comments

@pchabermann
Copy link

pchabermann commented Aug 21, 2023

When downloading and attempting to run the script, I received the following error.

Traceback (most recent call last):
  File "/mnt/sdb/GitHub/export-stars/export_stars/./export_stars.py", line 60, in <module>
    main()
  File "/mnt/sdb/GitHub/export-stars/export_stars/./export_stars.py", line 44, in main
    if not args.token:
           ^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'token'

I added a 'dest' parameter to the parse_args() function and the issue was resolved.

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