SeleniumVBA
SeleniumVBA copied to clipboard
crash in ParseJson when doing GetAllCookies
I encounter an issue when doing a GetallCookies from a website. The use case is that I do a log in to a website and then read the cookies containing authentication information to reuse them for further data scraping requests. The JSON String is about 11.0000 characters, and contains 34 cookies. The crash without any "normal" VBA error occurs when returning after completing the JSON object paring.
Issue occurs on Windows 11 with Office365 / VBA7. The Issue does NOT occur on Windows 10 with VBA6 - as some readers know, I did a backport of the VBA source AddIns by just adjusting the declares in WebShared. This works pretty well.
Has anybody else made a similar experience? Is it probably linked to this issue with the original VBA-JSON ? https://github.com/VBA-tools/VBA-JSON/issues/275