Windows CMD Extensions is a user-friendly application that allows you to create and use custom commands in your Windows Command Prompt (CMD) without the need for coding.
I have encountered this problem today while trying to execute the .exe file of our project. It is throwing a keyerror under unhandled exception.
Steps to Reproduce -
1] Download the exe
2] Run as administrator
3] You will see the erroneous dialogue box
Possible Reasons -
After doing some digging, I guess this PR #14 could be the reason behind the issue. Since before merging it the code was working fine. Also the problem seems to arise within the JSON file which has been updated recently.
I have encountered this problem today while trying to execute the .exe file of our project. It is throwing a keyerror under unhandled exception.
Steps to Reproduce - 1] Download the exe 2] Run as administrator 3] You will see the erroneous dialogue box
Possible Reasons -
After doing some digging, I guess this PR #14 could be the reason behind the issue. Since before merging it the code was working fine. Also the problem seems to arise within the JSON file which has been updated recently.