-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATAC not running in project directory #91
Comments
with further looks into the error i moved a json file from created by atac into the project directory
which then gives me this error |
the error is coming from line 29 in the collection.rs file not sure why |
@NachoNievaG please check out the PR made |
Hello! Here is my feedback regarding your issue
The app just tells you that it didn't find any key bindings file, but it's no problem because they are default key mappings applied
Same as the previous issue, the app just tells you that the file was empty or is not meant to be parsed. In this case, the log file is not meant to be parsed.
I personally think that the problem is here, I think you are missing a collection or request name in your JSON. You can check the examples in Have a geat day!! |
i see that but in an empty folder it runs even with no |
Issue: Error Running
atac -d .
CommandDescription
When I try running the
atac -d .
command in my project directory, I encounter several issues that prevent the tool from functioning correctly.Steps to Reproduce
atac -d .
.Expected Behavior
atac
should parse the files in the directory and provide the expected output without errors.Actual Behavior
I receive the following error messages:
Key Issues
No key bindings file found: It seems like the tool is expecting a key bindings file
Nothing to parse here: Despite the tool checking multiple files, it doesn't seem to find anything to process or parse. I
JSON Parsing Error: The tool fails to parse the
log.json
file due to a missingname
field at line 20, column 1. I'm unsure of the correct structure required for this file.Environment
atac
version: [0.6.0]Additional Information
Upon inspection to logs i found out that it looks for
atac.json
file, and i don't seem to find that in the repo , but when i run it in a fresh folder it runs perfectlyThe text was updated successfully, but these errors were encountered: