ad 1) wget, which is used by Meteobridge to read the data is blocked by your hoster of the web pages.
When I add "-U meteobridge" - which means I hide that wget is being used - download goes fine, but that
could have effects on other web sides. I will give it a try with the next update and we'll see if that opens
another can of worms.
ad2) It is just an error message that does not reflect that pressing the download button for a locally stored file is not making sense. So this is just cosmetics. A more useful message will be part of the next update.
admin wrote:ad 1) wget, which is used by Meteobridge to read the data is blocked by your hoster of the web pages.
When I add "-U meteobridge" - which means I hide that wget is being used - download goes fine, but that
could have effects on other web sides. I will give it a try with the next update and we'll see if that opens
another can of worms.
Hello
I've managed to solve it, however I don't know if it's the right thing to do?
Added this to .htaccess
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
admin wrote:ad2) It is just an error message that does not reflect that pressing the download button for a locally stored file is not making sense. So this is just cosmetics. A more useful message will be part of the next update.
Sorry, I am not that deep into web server configuration. By adding "-U meteobridge" to my wget calls does work around blocking of wget requests from the web server.
plex wrote:Added this to .htaccess
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
I checked again and it gets uploaded here fine. Does live data tab show any errors for FTP upload?
Did you select the template from the drop down or manually, may be a typo?
plex wrote:
admin wrote:ad2) It is just an error message that does not reflect that pressing the download button for a locally stored file is not making sense. So this is just cosmetics. A more useful message will be part of the next update.
admin wrote:Sorry, I am not that deep into web server configuration. By adding "-U meteobridge" to my wget calls does work around blocking of wget requests from the web server.
plex wrote:Added this to .htaccess
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
Okay... So it means that next update properly are going to fix?
admin wrote:I checked again and it gets uploaded here fine. Does live data tab show any errors for FTP upload?
Did you select the template from the drop down or manually, may be a typo?
plex wrote:
admin wrote:ad2) It is just an error message that does not reflect that pressing the download button for a locally stored file is not making sense. So this is just cosmetics. A more useful message will be part of the next update.
File doesn't get processed here
I can confirm that file is uploaded, but template is not getting processed - there's no weather data.
yes, you are right. I just fixed that and another bug when generating an export of an hour. Update will be online in an hour.
Thanks for reporting these bugs! It really helps a lot to get the product really mature in short time. Hopefully, you find your effort somehow rewarded as I try to fix all open ends asap.
admin wrote:Sorry, I am not that deep into web server configuration. By adding "-U meteobridge" to my wget calls does work around blocking of wget requests from the web server.
plex wrote:Added this to .htaccess
<IfModule mod_security.c>
SecFilterScanPOST Off
SecFilterInheritance Off
</IfModule>
Okay... So it means that next update properly are going to fix?