har-extractor
har-extractor copied to clipboard
A CLI that extract har file to directory.
It would be great if we could get all request, regardless of the status code. one way to do this would be to add the status code as the file...
Thanks for a handy tool! Sometimes the resulting paths are too long to fit into directories or subdirectories. Would it be possible to have a flag that "flattens" the output,...
[2020-12-21T06_52_06_717Z-debug.log](https://github.com/azu/har-extractor/files/5722781/2020-12-21T06_52_06_717Z-debug.log) kai@desktop:~/Downloads$ npx har-extractor test.com.har npm ERR! cb.apply is not a function npm ERR! A complete log of this run can be found in: npm ERR! /home/kai/.npm/_logs/2020-12-21T06_52_06_717Z-debug.log Die Installation von...
Thank you for this useful tool. Excerpt of har file: "request": { "method": "POST", "url": "https://archive.org/services/loans/beta/loan/", ... "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server",...
Hi, here is the end of the log : ``` unpkg.com/[email protected] Error: ENOTDIR: not a directory, mkdir '/home/fabien/Prototypes/har-offline/unpkg.com/[email protected]/dist' at Object.mkdirSync (node:fs:1400:3) at make (/usr/lib/node_modules/har-extractor/node_modules/make-dir/index.js:61:12) at module.exports.sync (/usr/lib/node_modules/har-extractor/node_modules/make-dir/index.js:84:9) at /usr/lib/node_modules/har-extractor/lib/har-extractor.js:48:21 at...
When trying to extract big files I run into this issue: Error: Cannot create a string longer than 0x1fffffe8 characters ``` Error: Cannot create a string longer than 0x1fffffe8 characters...
This PR addresses an issue where HAR entries with conflicting prefixes could not be properly represented in the filesystem. The changes implement a more robust directory creation process that can...