It looks to be broken again. I get the following error (with debug=1), does anyone else? 21:45:48 WeatherBabe | [21:45:48] pulling mobile data, missing fc1c, missing fc1d, missing fc1hf, missing windd 21:45:49 WeatherBabe | [21:45:49] Tcl error [incith::weather::weather_handler]: can't read "fo...
A big thank you to everyone who is contributing to keeping this script going. To try and help the community I have setup a Github repository so we can track changes and get patches much more easily. It might also be helpful for tracking issues: https://github.com/rjpearce/incith-weather I have rolle...
I don't know if this helps but I tried to do some debugging. I wanted to see if the regex's on line 937 onwards were correct. (line 937 onwards - focusing entirely on temperature only): if {[regexp -nocase {data-variable="temperature">} $html]} { regexp -nocase {"temperature": (....
identical problem.. I suspect its something recent in debian. I run debian, sarge .. what does everyone run? I have 2 older 1.6.15's eggdrops compiled a while back which run fine without -n. Only recently when we've recompiled they no longer work without -n.. I've tried 1.6.15, 1.6.16 and 1.6.17.. a...