04-17-2015, 04:54 PM
I believe that the problem exists with the WebBrowser control caching the page which has an old RID. I decompiled the weathercollector and added a random querystring to each request to help reduce the issue, I also added code to find all instances of alert and remove them.
Ideally, we'd just get the RID from the page, and then call the request with the json but I've been too busy to actually do it, so I just have the quick fixes so far.
Ideally, we'd just get the RID from the page, and then call the request with the json but I've been too busy to actually do it, so I just have the quick fixes so far.