Hello.
Few days ago I updated to version 23.2.0 from 23.1.1. I was working on project with http client, so my code was http requests mostly. I finished the project in version 23.1.1 and compiled the code and everything worked fine. After that I had to do some updates for the bot so I started working again on same script I already have created, but http client started working strange and sometimes wont scrape data with same http request I already tested earlier, so I updated BAS to v 23.2.0.
After that update everything worked good again for a day or two, and than last night http client started working strange again and wont work properly, So I restarted BAS. But after restart BAS DELETED my whole new project XML file with all new code I added. It simply opened empty new project file.
But besides that it deleted my work completely, BAS still dont work properly with http client and http requests. Old code that I imported to newest BAS version still work fine (http requests are properly executed), but new requests I code on v23.2.0 wont work properly - sometimes they scrape data and sometimes not. All http requests are sent to same site, and new requests I wrote in v23.2.0 and added to project that worked in v23.1.1 wont work any more. So I guess that something is wrong with http client in BAS.
I cant even work with http client in v23.2.0 anymore properly. For example request I send works fine and scrapes data I need, but few minutes later same request to same GET response (I check in http snifre that its same and its definitevly last, and I dont send any new GET requests in meantime) gives empty result. Than I send that same GET request again and query it with xpath again and it gives correct result agan, but after few minutes that same xpath request again gives empty result, and I dont do anything between those 2 xpath queris.
In short http client or xpath module are not working properly for me on Windos 7, and its impossibe to work normaly, as I worked for 3-4 years on BAS.
And one more issue that I encounter on this new 23.2.0 version is when work in record mode. When I click on interupt button to stop the bot, BAS writes it down in console log but continues to work until I click it again and then stops.
All in all, I cant code properly in this new 23.2.0 version but had simmilar issues in previous version, and thats why updated it on my windows 7 machine.
So what you suggest? To wait for new version, or to instal some older version? Currently cant work properly with http client and xpath queris against GET requests response like before, something is definitely WRONG.