This repository has been archived by the owner on May 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
failed to open json report file #13
Comments
I changed the utilities mapper.ts to the following and it is working with artillery v2. Updated to include data label parsing fix
|
Thanks for fixing the problem, when it will be available? |
I also have the same problem with:
and the above fix did not work. |
It appears this error occurs when the request times out and returns a ETIMEDOUT error. I was able to get my reports to load by updating the _mapToLegacyLatency function in mappers.ts `const _mapToLegacyLatency = (src_in) => { const vals = src[Object.keys(src)[0]] || null; return { |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Have the following version of the artillery:
`VERSION INFO:
Artillery Core: 2.0.0-18
Artillery Pro: not installed (https://artillery.io/product)
Node.js: v18.0.0
OS: darwin`
Ran test and generated json file.
Start report viewer and loaded the file, got this error on UI.
Error
loading report file. Please verify the json file is complete.The text was updated successfully, but these errors were encountered: