View Single Post
Posts: 34 | Thanked: 27 times | Joined on May 2011 @ Czech Republic
#116
I have same problem like N900rock$.

BeeCon cannot obtain/create weather picture, but temperatures yes... Interesting is, that if I execute this series of commands:

Code:
wget --user-agent="" -q -t 1 -T 10 -O "/home/user/.queen_beecon_dir/ywtemp.htm" "http://weather.yahoo.com/czech-republic/zlinsky/holesov-789545/?unit=c" ; wget --user-agent="" -q -t 1 -T 10 -O "/home/user/.queen_beecon_dir/ywtemp.png" `grep 'forecast-icon.*http.*png' /home/user/.queen_beecon_dir/ywtemp.htm | grep -o http*[a-zA-Z0-9\\.\\-\\\\_/\\:]*.png | grep -m 1 http` |  echo "<span foreground=\\"white\\" font=\\"bold 30\\">`grep 'forecast-icon.*http.*png' /home/user/.queen_beecon_dir/ywtemp.htm  | grep -o yw-temp..[-0-9]\\* | grep -o temp..[-0-9]* | grep -o [-0-9][-0-9]*`</span>"°C ; echo `grep 'forecast-icon.*http.*png' /home/user/.queen_beecon_dir/ywtemp.htm | grep -o High[:].[-0-9][-0-9]*`°C ; echo `grep 'forecast-icon.*http.*png' /home/user/.queen_beecon_dir/ywtemp.htm | grep -o Low[:].[-0-9][-0-9]*`°C
in X-Term, everything is ok and even ywtemp.png is downloaded & showed. However BeeCon cannot download or create ywtemp.png for some reason.
 

The Following User Says Thank You to R@ptor For This Useful Post: