thqby / ahk2_lib

MIT License
197 stars 26 forks source link

WebSocket.ahk: Error: Malformed _JSON - unrecognized character- #42

Closed edwyn-amador closed 5 months ago

edwyn-amador commented 5 months ago

Using Chrome.ahk only when I enable network events like this:

PageInst.Call("Network.enable")

During page load I'm experiencing the following error:

Specifically: 1 in :1.706409825377379e+12,

▶   478: Throw Error("Malformed _JSON - unrecognized character-", 0, A_LoopField " in " t)

The current thread will exit.

So far I only can reproduce this when enabling network events as shown above.