I have a weather skin I've been using for a long time. In it are 2 include files that access weather APIs. One gets current and forecast data and the other gets historical data. Everything has been working fine up until a few days ago when the historical data stopped receiving even though the skin was not changed in any way. The main Measure looks like thus:
[@HistorySuperParent]
Measure=WebParser
URL=https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/(MY LATITUDE),(MY LONGITUDE)/last12days?unitGroup=us&key=(MY KEY INSERTED HERE)&include=obs,days
UpdateRate=3600
Flags=Resync | NoCookies
UserAgent=#UserAgent#
LogSubstringErrors=0
RegExp=(?siU)^(.*)$
StringIndex=1
FinishAction=[!EnableMeasureGroup Parents]
Debug=2
Debug2File=#@#VisualCrossingHistorySite.txt
The debug file does not get written and when I check the website it shows that no queries have been submitted. If I paste the URL in a web browser it displays the data just fine. If I use the other weather URL the debug file gets updated like its supposed to.
I'm at a loss so any suggestions on what might be happening or what else I can try to fix this would be greatly appreciated.
[@HistorySuperParent]
Measure=WebParser
URL=https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/(MY LATITUDE),(MY LONGITUDE)/last12days?unitGroup=us&key=(MY KEY INSERTED HERE)&include=obs,days
UpdateRate=3600
Flags=Resync | NoCookies
UserAgent=#UserAgent#
LogSubstringErrors=0
RegExp=(?siU)^(.*)$
StringIndex=1
FinishAction=[!EnableMeasureGroup Parents]
Debug=2
Debug2File=#@#VisualCrossingHistorySite.txt
The debug file does not get written and when I check the website it shows that no queries have been submitted. If I paste the URL in a web browser it displays the data just fine. If I use the other weather URL the debug file gets updated like its supposed to.
I'm at a loss so any suggestions on what might be happening or what else I can try to fix this would be greatly appreciated.
Statistics: Posted by RogerDodger — Yesterday, 12:48 pm — Replies 3 — Views 53