I'm trying to use conky's hddtemp variable in a lua script using the conky_parse function.
It works fine if used in conkyrc but in the script most of the times a nil value is being returned. Maybe it's because of lots of polling being done.

Is there a solution?