Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 126 through 127 (of 127 total) ← 1 2 3 4 5 6 Author Posts November 20, 2014 at 2:14 am in reply to: Bug in weather_level_adj.py plugin #34749 ShawnHarteParticipant You could just use any variant of a safe float/int function for example: def safe_float(s,d): try: return float(s) except: return d Then just replace any instance of float in your script with safe_float(data, defaultfloat value) November 6, 2014 at 4:48 pm in reply to: problems on first regularly scheduled programs after FW 2.1.0 update #34454 ShawnHarteParticipant off topic – but relevant for sgruby – you posted your api key, you may want to regenerate it on weather underground, otherwise it may be used and put you over your limits. Author Posts Viewing 2 posts - 126 through 127 (of 127 total) ← 1 2 3 4 5 6