Templates
Posted: Tue Aug 25, 2020 12:25 pm
Hello,
I have one template that generates a file, say a.html every 60 secondes. I access data using url "http://ip-of-meteobridge/cgi-bin/templa ... ile=a.html" with no issue
I have a second template that generates a file, say b.html every 15 secondes. When I try access data using url "http://ip-of-meteobridge/cgi-bin/templa ... ile=b.html" I get server response
But the file is indeed present in the expected folder /var/data/html as for a.html and is updated accordingly
Any clue?
Thank you
I have one template that generates a file, say a.html every 60 secondes. I access data using url "http://ip-of-meteobridge/cgi-bin/templa ... ile=a.html" with no issue
I have a second template that generates a file, say b.html every 15 secondes. When I try access data using url "http://ip-of-meteobridge/cgi-bin/templa ... ile=b.html" I get server response
Code: Select all
Error: template file "b.html" not found
Status: 503 Service Unavailable
Content-type: text/plain
Error: Service Unavailable
Any clue?
Thank you