You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: