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

list index out of range #52

Open
captainhowdy1 opened this issue Aug 16, 2018 · 0 comments
Open

list index out of range #52

captainhowdy1 opened this issue Aug 16, 2018 · 0 comments

Comments

@captainhowdy1
Copy link

captainhowdy1 commented Aug 16, 2018

fetcher.py is throwing this error.

python fetcher.py

Traceback (most recent call last):
  File "fetcher.py", line 8, in <module>
    import graph
  File "/home/user/apps/Stalky/graph.py", line 6, in <module>
    import fbapi
  File "/home/user/apps/Stalky/fbapi.py", line 4, in <module>
    import fetcher
  File "/home/user/apps/Stalky/fetcher.py", line 17, in <module>
    setattr(secrets, vals[0].lower(), vals[1])
IndexError: list index out of range

I have Python2.7 and have this error in both virtualenv and outside virtualenv.
I renamed the app folder "Stalky", added "SECRETS.txt with appropriate info as far as I can tell.

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