Skip to content

list index out of range #52

@captainhowdy1

Description

@captainhowdy1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions