Search found 5 matches

by hAirypAulsAck
29 Jan 2018, 22:29
Forum: Ask for Help (v1)
Topic: Encoding Issues / WinHttpRequest object
Replies: 5
Views: 2376

Re: Encoding Issues / WinHttpRequest object

Here is the cURL / HTTPie response (think json) if anyone has other suggestions http GET http://localhost:8111/gamechat?lastId=0 HTTP/1.1 200 OK Access-Control-Allow-Methods: GET, POST, OPTIONS Access-Control-Allow-Origin: * Content-Length: 209 Content-Type: application/json [ { "enemy": false, "id"...
by hAirypAulsAck
29 Jan 2018, 22:22
Forum: Ask for Help (v1)
Topic: Encoding Issues / WinHttpRequest object
Replies: 5
Views: 2376

Re: Encoding Issues / WinHttpRequest object

Hey, I'm new to comObject but I feel I understand the jist of it, but when trying your suggestion I am prompted with --------------------------- testttt.ahk --------------------------- Error: 0x800C0005 - The system cannot locate the resource specified. Source: msxml6.dll Description: The system can...
by hAirypAulsAck
29 Jan 2018, 06:58
Forum: Ask for Help (v1)
Topic: Encoding Issues / WinHttpRequest object
Replies: 5
Views: 2376

Encoding Issues / WinHttpRequest object

ello mates anyone can point me in the right direction for some error debugging in a situation like this? SetWorkingDir %A_ScriptDir% #SingleInstance, Force WebRequest := ComObjCreate("WinHttp.Winhttprequest.5.1") WebRequest.open("GET","http://localhost:8111/gamechat?lastId=0") Gui, Add, Text, w2000 ...
by hAirypAulsAck
08 Jan 2018, 02:05
Forum: Bug Reports
Topic: Issue With Quick Start Tutorial
Replies: 4
Views: 1444

Re: Issue With Quick Start Tutorial

Makes since. I presume they didn't use ahk_class because this is very early into the quick-start tutorial.
by hAirypAulsAck
08 Jan 2018, 00:11
Forum: Bug Reports
Topic: Issue With Quick Start Tutorial
Replies: 4
Views: 1444

Issue With Quick Start Tutorial

REFERENCE: 2 - Hotkeys & Hotstrings b. Window specific hotkeys/hotstrings PROBLEMATIC CODE: ; Notepad #IfWinActive untitled - Notepad !q:: MsgBox, You pressed Alt and Q in Notepad. Return #IfWinActive ; Any window that isn't Untitled - Notepad !q:: MsgBox, You pressed Alt and Q in any window. Return...

Go to advanced search