zzzzz
zzzzz copied to clipboard
list index out of range
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.