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

attempt to perform arithmetic on a nil value #6

Open
hanneswiedenhofer opened this issue Jul 27, 2017 · 0 comments
Open

attempt to perform arithmetic on a nil value #6

hanneswiedenhofer opened this issue Jul 27, 2017 · 0 comments

Comments

@hanneswiedenhofer
Copy link

Getting this error message:

conky: llua_do_call: function conky_main execution failed: ./Core/fact.lua:12: attempt to concatenate global 'key' (a nil value)
conky: llua_do_call: function conky_main execution failed: ./Core/weather.lua:123: attempt to perform arithmetic on a nil value
conky: llua_do_call: function conky_main execution failed: ./Core/weather.lua:123: attempt to perform arithmetic on a nil value
Traceback (most recent call last):
File "Scripts/quote.py", line 48, in <module>
data = readQuote(config)
File "Scripts/quote.py", line 29, in readQuote
data[str(i+1) + '_quote'] = unicode(quotes[i].a.text).strip()
IndexError: list index out of range
conky: llua_do_call: function conky_main execution failed: ./Core/weather.lua:123: attempt to perform arithmetic on a nil value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants