AlexZhouAA
AlexZhouAA
I am pretty new to AHK script. I very appreciate the wonderful work you did. I try to record the sequence of certain keys entered from a specific keyboard, and...
I'm using the latest version. The nuke function suddenly stop working. However, show and post work perfectly. python kijiji_repost_headless -s ssid.txt nuke Traceback (most recent call last): File "C:\....\lib\runpy.py", line...
It worked flawlessly until Oct. 6, but suddenly collapsed with the following error `{"errors":[{"message":"Something went wrong during authentication.","locations":[{"line":2,"column":3}],"path":["loginUser"],"extensions":{"errorCode":"LOGIN_RECAPTCHA_FAIL","statusCode":401}}],"data":{"loginUser":null}}` I'm using the latest master, please help
Stealing the existing cookie's a great idea, but I'm facing some weird issues after this applied. Sometime no images're uploaded; sometime stuck there for a long time until timed out;...
var printer = ipp.Printer("http://192.168.0.123:631/lp1", {version:"1.0"}); var msg = { "operation-attributes-tag": { "requesting-user-name": "William", "job-name": "My Test Job", "document-format": "text/plain" }, data: new Buffer("中文内容 will be garbled", "utf-8") }; printer.execute("Print-Job", msg,...