You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the unaltered project to an .exe I get the following error
Error: Failed to parse JSON (-1,0)
Specifically: Unexpected character at position 0: "
Line#
---> 231:Throw,Exception(failed to parse LSON(" r"," ErrorLevel")", -1,Format("Unexpected character at position {}: '{}'",(NumGet(pJson)-&_json)//2, Chr(NumGet(pJson), "short"))))
If I run the .AHK script then it works just fine.
I would really like to run this from an exe any help would be greatly appreciated.
p.s. love the robot icon!
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue @liamgwallace. Unfortunately, I wasn't able to reproduce this problem in my local machines (both .ahk and .exe versions are working fine here). Did you find some solution that solved it in your machine? If so, I'd appreciate hearing about it so I can also update this repository.
When I compile the unaltered project to an .exe I get the following error
If I run the .AHK script then it works just fine.
I would really like to run this from an exe any help would be greatly appreciated.
p.s. love the robot icon!
The text was updated successfully, but these errors were encountered: