Skip to content

crash in ParseJson when doing GetAllCookies #145

@dornech

Description

@dornech

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 ?
VBA-tools/VBA-JSON#275

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions